Update the doc link
Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
This commit is contained in:
parent
9e80062a58
commit
935b20deb4
@ -16,7 +16,7 @@ Apache webserver. Horizon is configured to use Galera for session caching and
|
||||
Memcached for other caching.
|
||||
|
||||
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:
|
||||
http://launchpad.net/openstack-ansible
|
||||
|
@ -222,7 +222,7 @@ horizon_default_panel: overview
|
||||
# - "SimpleTenantUsage"
|
||||
|
||||
## 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
|
||||
|
||||
## Replace default theme files with your own
|
||||
@ -247,7 +247,7 @@ _horizon_available_themes:
|
||||
# Add custom themes. Deployers need to place the theme directories
|
||||
# and files on the horizon containers in:
|
||||
# {{ 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
|
||||
# Example:
|
||||
#
|
||||
|
@ -27,4 +27,4 @@ After building your customization module, configure the
|
||||
|
||||
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
|
||||
|
@ -3,4 +3,4 @@ features:
|
||||
- Horizon now has the ability to set arbitrary configuration options using
|
||||
global option ``horizon_config_overrides`` in YAML format. The overrides
|
||||
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>`_.
|
||||
|
@ -3,4 +3,4 @@ features:
|
||||
- It is now possible to use the horizon_launch_instance_defaults variable
|
||||
that allows customizing the default values for properties found in the
|
||||
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
|
||||
|
@ -2,7 +2,7 @@
|
||||
features:
|
||||
- The horizon next generation instance management panels have been
|
||||
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:
|
||||
- |
|
||||
The default horizon instance launch panels have been changed to the
|
||||
|
@ -5,7 +5,7 @@ description-file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
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 =
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: System Administrators
|
||||
|
@ -689,7 +689,7 @@ SECURITY_GROUP_RULES = {
|
||||
# $glance --os-image-api-version 2 help md-namespace-import
|
||||
# $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
|
||||
# automatic floating IP allocation is in effect. If it is not
|
||||
|
Loading…
Reference in New Issue
Block a user