summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryanghuichan <yanghc@fiberhome.com>2018-03-30 18:08:20 +0800
committeryanghuichan <yanghc@fiberhome.com>2018-03-30 18:10:14 +0800
commit881b208f317d9878fca709335dd9b98b4b675c08 (patch)
tree2238c2d61ac1fe15ac53df94e4867f4eeaae2198
parent6d97ea212b689348baaa59ae3677ce4f65cb58f4 (diff)
downloadglance_store-881b208f317d9878fca709335dd9b98b4b675c08.tar.gz
Fix wrong links in glance_store
Some docs links have changed. We should update the wrong links in our codes. Change-Id: I93463478029f2fa4bdde69f3b90ae7202ed9550f
-rw-r--r--glance_store/_drivers/filesystem.py4
-rw-r--r--glance_store/_drivers/swift/store.py2
-rw-r--r--glance_store/backend.py2
-rw-r--r--setup.cfg2
4 files changed, 5 insertions, 5 deletions
diff --git a/glance_store/_drivers/filesystem.py b/glance_store/_drivers/filesystem.py
index 5de011d..c55a5a4 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 27b240c..8193a81 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 45e36d8..e9a9080 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 073aebb..bc800dc 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