summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Makkapati <hemanth.makkapati@rackspace.com>2016-08-12 12:30:30 -0500
committerHemanth Makkapati <hemanth.makkapati@rackspace.com>2016-08-12 12:30:30 -0500
commit5ff6709e0aeb03b0ecfe1793f711f04d2416f351 (patch)
tree31d4721e3a2201814c927feb4c3510eaeda6a05e
parent05ffd1ceb84b91f0c972bd94266e58cb551ef4e2 (diff)
downloadglance_store-5ff6709e0aeb03b0ecfe1793f711f04d2416f351.tar.gz
Remove "Services which consume this" section
In the first few improvements to the help text of configuration options, the section "Services which consume this" was included to clearly indicate which services consume a particular configuration option. However, this is redundant information as all glance services have their configuration files. And, the very fact that a configuration option appears in a certain file indicates that the corresponding service potentially consumes it. Change-Id: I1dbaf620d5d9e7025a491b28546be66bfa4442c3 Partial-Bug: #1570946
-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