summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-29 10:42:24 +0000
committerGerrit Code Review <review@openstack.org>2019-05-29 10:42:24 +0000
commitf92cafed23b1f9a975ee70777e99f67ffd340999 (patch)
treee9035572abc5a1229d2aa490f2502444c771c8af
parent6f2d40843ffaa44e283291f0920ffc2e67de7ffa (diff)
parent54a728ff11f7dab4a9526af7ab8d4135fc510d98 (diff)
downloadglance_store-f92cafed23b1f9a975ee70777e99f67ffd340999.tar.gz
Merge "Update help text for rbd_ceph_conf"
-rw-r--r--glance_store/_drivers/rbd.py17
1 files changed, 12 insertions, 5 deletions
diff --git a/glance_store/_drivers/rbd.py b/glance_store/_drivers/rbd.py
index 698307b..74a80fb 100644
--- a/glance_store/_drivers/rbd.py
+++ b/glance_store/_drivers/rbd.py
@@ -113,12 +113,19 @@ Related options:
help="""
Ceph configuration file path.
-This configuration option takes in the path to the Ceph configuration
+This configuration option specifies the path to the Ceph configuration
file to be used. If the value for this option is not set by the user
-or is set to None, librados will locate the default configuration file
-which is located at /etc/ceph/ceph.conf. If using Cephx
-authentication, this file should include a reference to the right
-keyring in a client.<USER> section
+or is set to the empty string, librados will read the standard ceph.conf
+file by searching the default Ceph configuration file locations in
+sequential order. See the Ceph documentation for details.
+
+NOTE: If using Cephx authentication, this file should include a reference
+to the right keyring in a client.<USER> section
+
+NOTE 2: If you leave this option empty (the default), the actual Ceph
+configuration file used may change depending on what version of librados
+is being used. If it is important for you to know exactly which configuration
+file is in effect, you may specify that file here using this option.
Possible Values:
* A valid path to a configuration file