Update the doc link

Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
This commit is contained in:
Guoqiang Ding 2017-11-08 15:12:25 +08:00
parent 9e80062a58
commit 935b20deb4
8 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ Apache webserver. Horizon is configured to use Galera for session caching and
Memcached for other caching. Memcached for other caching.
Documentation for the project can be found at: Documentation for the project can be found at:
http://docs.openstack.org/developer/openstack-ansible-os_horizon/ https://docs.openstack.org/openstack-ansible-os_horizon/latest/
The project home is at: The project home is at:
http://launchpad.net/openstack-ansible http://launchpad.net/openstack-ansible

View File

@ -222,7 +222,7 @@ horizon_default_panel: overview
# - "SimpleTenantUsage" # - "SimpleTenantUsage"
## Customization module ## Customization module
## See http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides ## See https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides
# horizon_customization_module: /local/path/to/customization_module.py # horizon_customization_module: /local/path/to/customization_module.py
## Replace default theme files with your own ## Replace default theme files with your own
@ -247,7 +247,7 @@ _horizon_available_themes:
# Add custom themes. Deployers need to place the theme directories # Add custom themes. Deployers need to place the theme directories
# and files on the horizon containers in: # and files on the horizon containers in:
# {{ horizon_lib_dir }}/openstack_dashboard/themes # {{ horizon_lib_dir }}/openstack_dashboard/themes
# See http://docs.openstack.org/developer/horizon/topics/customizing.html#themes # See https://docs.openstack.org/horizon/latest/configuration/themes.html
# for more details on custom themes # for more details on custom themes
# Example: # Example:
# #

View File

@ -27,4 +27,4 @@ After building your customization module, configure the
horizon_customization_module: /path/to/customization_module.py horizon_customization_module: /path/to/customization_module.py
.. _customization module: http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides .. _customization module: https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides

View File

@ -3,4 +3,4 @@ features:
- Horizon now has the ability to set arbitrary configuration options using - Horizon now has the ability to set arbitrary configuration options using
global option ``horizon_config_overrides`` in YAML format. The overrides global option ``horizon_config_overrides`` in YAML format. The overrides
follow the same pattern found within the other OpenStack service follow the same pattern found within the other OpenStack service
overrides. `General documentation on overrides can be found here <http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html#overriding-openstack-configuration-defaults>`_. overrides. `General documentation on overrides can be found here <https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/app-advanced-config-override.html>`_.

View File

@ -3,4 +3,4 @@ features:
- It is now possible to use the horizon_launch_instance_defaults variable - It is now possible to use the horizon_launch_instance_defaults variable
that allows customizing the default values for properties found in the that allows customizing the default values for properties found in the
Launch Instance modal, using the LAUNCH_INSTANCE_DEFAULTS config option. Launch Instance modal, using the LAUNCH_INSTANCE_DEFAULTS config option.
See https://docs.openstack.org/developer/horizon/install/settings.html#launch-instance-defaults See https://docs.openstack.org/horizon/latest/configuration/settings.html#launch-instance-defaults

View File

@ -2,7 +2,7 @@
features: features:
- The horizon next generation instance management panels have been - The horizon next generation instance management panels have been
enabled by default. This changes horizon to use the upstream defaults enabled by default. This changes horizon to use the upstream defaults
instead of the legacy panels. `Documentation can be found here <http://docs.openstack.org/developer/horizon/topics/settings.html#launch-instance-ng-enabled>`_. instead of the legacy panels. `Documentation can be found here <https://docs.openstack.org/horizon/latest/configuration/settings.html#launch-instance-ng-enabled>`_.
upgrade: upgrade:
- | - |
The default horizon instance launch panels have been changed to the The default horizon instance launch panels have been changed to the

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/openstack-ansible-os_horizon/ home-page = https://docs.openstack.org/openstack-ansible-os_horizon/latest/
classifier = classifier =
Intended Audience :: Developers Intended Audience :: Developers
Intended Audience :: System Administrators Intended Audience :: System Administrators

View File

@ -689,7 +689,7 @@ SECURITY_GROUP_RULES = {
# $glance --os-image-api-version 2 help md-namespace-import # $glance --os-image-api-version 2 help md-namespace-import
# $glance-manage db_load_metadefs <directory_with_definition_files> # $glance-manage db_load_metadefs <directory_with_definition_files>
# #
# See Metadata Definitions on: http://docs.openstack.org/developer/glance/ # See Metadata Definitions on: https://docs.openstack.org/glance/latest/
# Indicate to the Sahara data processing service whether or not # Indicate to the Sahara data processing service whether or not
# automatic floating IP allocation is in effect. If it is not # automatic floating IP allocation is in effect. If it is not