summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-05-04 14:32:42 +0000
committerGerrit Code Review <review@openstack.org>2018-05-04 14:32:42 +0000
commit7af6484da329af8263534baab22de2664f0687c8 (patch)
tree3bc41a933951a103a26f095e5496b505dd640ada
parentd0657add8222cd14809cd00a780f1870ace3a9e2 (diff)
parent881b208f317d9878fca709335dd9b98b4b675c08 (diff)
downloadglance_store-7af6484da329af8263534baab22de2664f0687c8.tar.gz
Merge "Fix wrong links in glance_store"
-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