Update the outdated URL

The glance documentation URL has been changed, the current address is
https://docs.openstack.org/glance/latest/
The horizon's customization address is https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-ov

Change-Id: I333bae4f764ffce0da2e840abdfdce2f5147b27d
This commit is contained in:
melissaml 2018-09-23 15:13:31 +08:00
parent e7a3144e01
commit 825e180609
1 changed files with 2 additions and 2 deletions

View File

@ -772,7 +772,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/
# TODO: (david-lyle) remove when plugins support settings natively
# Note: This is only used when the Sahara plugin is configured and enabled
@ -884,7 +884,7 @@ ALLOWED_PRIVATE_SUBNET_CIDR = {'ipv4': [], 'ipv6': []}
# Horizon has the ability to display these extra attributes via this setting.
# If you'd like to display extra data in the project or user tables, set the
# corresponding dict key to the attribute name, followed by the display name.
# For more information, see horizon's customization (http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides)
# For more information, see horizon's customization (https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides)
# PROJECT_TABLE_EXTRA_INFO = {
# 'phone_num': _('Phone Number'),
# }