diff options
author | Hironori Shiina <shiina.hironori@jp.fujitsu.com> | 2017-10-30 15:31:04 +0900 |
---|---|---|
committer | Hironori Shiina <shiina.hironori@jp.fujitsu.com> | 2017-10-30 19:30:23 +0900 |
commit | b709f5e9097e439d49821eb862a8c2f2b2a67c9d (patch) | |
tree | d8c7ccc26c881128f25e991b8873e894c5db22aa /etc | |
parent | 5c72286338f0dcbcf7467b2a7566ac24da221d62 (diff) | |
download | ironic-b709f5e9097e439d49821eb862a8c2f2b2a67c9d.tar.gz |
Remove unnesessary description for config parameters in cinder group
Now that the BFV implementation with iPXE was completed, the
parameters in [cinder] group can be exposed. This patch fixes the help
messages.
Change-Id: I9f20d478334901140f7c1639d8f0bb0612ae5de0
Related-Bug: #1559691
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index c6365ab8b..030d1c493 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -907,9 +907,7 @@ # # Number of retries in the case of a failed action (currently -# only used when detaching volumes). This option is part of -# boot-from-volume work, which is not currently exposed to -# users. (integer value) +# only used when detaching volumes). (integer value) #action_retries = 3 # Retry interval in seconds in the case of a failed action @@ -970,8 +968,7 @@ #project_name = <None> # Client retries in the case of a failed request connection. -# This option is part of boot-from-volume work, which is not -# currently exposed to users. (integer value) +# (integer value) #retries = 3 # Tenant ID (string value) @@ -987,9 +984,7 @@ #trust_id = <None> # URL for connecting to cinder. If set, the value must start -# with either http:// or https://. This option is part of -# boot-from-volume work, which is not currently exposed to -# users. (uri value) +# with either http:// or https://. (uri value) #url = <None> # User's domain id (string value) |