Fix wrong links in glance_store

Some docs links have changed.
We should update the wrong links in our codes.

Change-Id: I93463478029f2fa4bdde69f3b90ae7202ed9550f
This commit is contained in:
yanghuichan 2018-03-30 18:08:20 +08:00
parent 6d97ea212b
commit 881b208f31
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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