Merge "[Trivial]Add missing space between words"
This commit is contained in:
commit
f17c412da0
@ -140,8 +140,8 @@ core_opts = [
|
|||||||
'to 1500, the standard value for Ethernet.')),
|
'to 1500, the standard value for Ethernet.')),
|
||||||
cfg.IntOpt('http_retries', default=3, min=0,
|
cfg.IntOpt('http_retries', default=3, min=0,
|
||||||
help=_("Number of times client connections (nova, ironic) "
|
help=_("Number of times client connections (nova, ironic) "
|
||||||
"should be retried on a failed HTTP call. 0 (zero) means"
|
"should be retried on a failed HTTP call. 0 (zero) "
|
||||||
"connection is attempted only once (not retried). "
|
"means connection is attempted only once (not retried). "
|
||||||
"Setting to any positive integer means that on failure "
|
"Setting to any positive integer means that on failure "
|
||||||
"the connection is retried that many times. "
|
"the connection is retried that many times. "
|
||||||
"For example, setting to 3 means total attempts to "
|
"For example, setting to 3 means total attempts to "
|
||||||
|
Loading…
Reference in New Issue
Block a user