[Trivial]Add missing space between words

This is to add missing space between words in help messages.

Change-Id: Ieb3066c30511b9123ae91ef5ee041a56fad7ce7a
This commit is contained in:
zhufl
2020-07-28 14:52:28 +08:00
parent 4e5d392a8f
commit 2172f19e76

View File

@ -140,8 +140,8 @@ core_opts = [
'to 1500, the standard value for Ethernet.')),
cfg.IntOpt('http_retries', default=3, min=0,
help=_("Number of times client connections (nova, ironic) "
"should be retried on a failed HTTP call. 0 (zero) means"
"connection is attempted only once (not retried). "
"should be retried on a failed HTTP call. 0 (zero) "
"means connection is attempted only once (not retried). "
"Setting to any positive integer means that on failure "
"the connection is retried that many times. "
"For example, setting to 3 means total attempts to "