diff --git a/openstack/python-horizon/centos/files/local_settings.py b/openstack/python-horizon/centos/files/local_settings.py index d90301cd..d6e76af0 100755 --- a/openstack/python-horizon/centos/files/local_settings.py +++ b/openstack/python-horizon/centos/files/local_settings.py @@ -772,7 +772,7 @@ SECURITY_GROUP_RULES = { # $glance --os-image-api-version 2 help md-namespace-import # $glance-manage db_load_metadefs # -# 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'), # }