summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-13 00:57:34 +0000
committerGerrit Code Review <review@openstack.org>2016-08-13 00:57:34 +0000
commit28009baa2202387d5ba43f04d86a689068529adb (patch)
treef31d57e75878c0fc20cee2b1270bc1c1f66a6648
parentec5ec71bbf0512da20bc7b11628736d273f86c8d (diff)
parent5ff6709e0aeb03b0ecfe1793f711f04d2416f351 (diff)
downloadglance_store-28009baa2202387d5ba43f04d86a689068529adb.tar.gz
Merge "Remove "Services which consume this" section"
-rw-r--r--glance_store/_drivers/swift/store.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/glance_store/_drivers/swift/store.py b/glance_store/_drivers/swift/store.py
index 8a3b8b9..5ef0a20 100644
--- a/glance_store/_drivers/swift/store.py
+++ b/glance_store/_drivers/swift/store.py
@@ -101,9 +101,6 @@ the container ``glance_fda``. All dashes in the UUID are included when
creating the container name but do not count toward the character limit, so
when N=10 the container name would be ``glance_fdae39a1-ba.``
-Services which consume this:
- * None (directly consumed by the Swift driver)
-
Possible values:
* If using single container, this configuration option can be any string
that is a valid swift container name in Glance's Swift account
@@ -136,9 +133,6 @@ Currently, the Swift driver only supports creating Dynamic Large Objects.
NOTE: This should be set by taking into account the large object limit
enforced by the Swift cluster in consideration.
-Services which consume this:
- * None (directly consumed by the Swift driver)
-
Possible values:
* A positive integer that is less than or equal to the large object limit
enforced by the Swift cluster in consideration.
@@ -162,9 +156,6 @@ For example: if ``swift_store_large_object_size`` is 5GB and
segmented into 7 segments where the first six segments will be 1GB in size and
the seventh segment will be 0.2GB.
-Services which consume this:
- * None (directly consumed by the Swift driver)
-
Possible values:
* A positive integer that is less than or equal to the large object limit
enforced by Swift cluster in consideration.
@@ -182,9 +173,6 @@ exist, it will be created provided this configuration option is set to True.
By default, it won't be created. This behavior is applicable for both single
and multiple containers mode.
-Services which consume this:
- * None (directly consumed by the Swift driver)
-
Possible values:
* True
* False
@@ -202,9 +190,6 @@ in tenant specific Swift accounts. If this is disabled, Glance stores all
images in its own account. More details multi-tenant store can be found at
https://wiki.openstack.org/wiki/GlanceSwiftTenantSpecificStorage
-Services which consume this:
- * None (directly consumed by the Swift driver)
-
Possible values:
* True
* False
@@ -232,9 +217,6 @@ https://specs.openstack.org/openstack/glance-specs/specs/kilo/swift-store-multip
NOTE: This is used only when swift_store_multi_tenant is disabled.
-Services which consume this:
- * None (directly consumed only by the Swift driver)
-
Possible values:
* A non-negative integer less than or equal to 32