diff --git a/glance_store/_drivers/filesystem.py b/glance_store/_drivers/filesystem.py index 5de011da..c55a5a4f 100644 --- a/glance_store/_drivers/filesystem.py +++ b/glance_store/_drivers/filesystem.py @@ -88,7 +88,7 @@ defaults to zero. More information on configuring filesystem store with multiple store directories can be found at -http://docs.openstack.org/developer/glance/configuring.html +https://docs.openstack.org/glance/latest/configuration/configuring.html NOTE: This directory is used only when filesystem store is used as a storage backend. Either ``filesystem_store_datadir`` or @@ -138,7 +138,7 @@ to the default permissions. This value will be decoded as an octal digit. For more information, please refer the documentation at -http://docs.openstack.org/developer/glance/configuring.html +https://docs.openstack.org/glance/latest/configuration/configuring.html Possible values: * A valid file access permission diff --git a/glance_store/_drivers/swift/store.py b/glance_store/_drivers/swift/store.py index 27b240c1..8193a815 100644 --- a/glance_store/_drivers/swift/store.py +++ b/glance_store/_drivers/swift/store.py @@ -228,7 +228,7 @@ Swift has an upper limit on the size of a single uploaded object. By default, this is 5GB. To upload objects bigger than this limit, objects are segmented into multiple smaller objects that are tied together with a manifest file. For more detail, refer to -http://docs.openstack.org/developer/swift/overview_large_objects.html +https://docs.openstack.org/swift/latest/overview_large_objects.html This configuration option specifies the size threshold over which the Swift driver will start segmenting image data into multiple smaller files. diff --git a/glance_store/backend.py b/glance_store/backend.py index 45e36d83..e9a90809 100644 --- a/glance_store/backend.py +++ b/glance_store/backend.py @@ -113,7 +113,7 @@ specs/kilo/store-capabilities.html For more information on setting up a particular store in your deployment and help with the usage of this feature, please contact the storage driver maintainers listed here: -http://docs.openstack.org/developer/glance_store/drivers/index.html +https://docs.openstack.org/glance_store/latest/user/drivers.html Possible values: * Zero diff --git a/setup.cfg b/setup.cfg index 073aebb6..bc800dc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/glance_store +home-page = https://docs.openstack.org/glance_store/latest/ classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack