Merge "Remove rendundant parentheses of cfg help strings"
This commit is contained in:
commit
7daba8ab90
@ -51,8 +51,8 @@ rabbit_opts = [
|
||||
help='SSL cert file (valid only if SSL enabled).'),
|
||||
cfg.StrOpt('kombu_ssl_ca_certs',
|
||||
default='',
|
||||
help=('SSL certification authority file '
|
||||
'(valid only if SSL enabled).')),
|
||||
help='SSL certification authority file '
|
||||
'(valid only if SSL enabled).'),
|
||||
cfg.FloatOpt('kombu_reconnect_delay',
|
||||
default=1.0,
|
||||
help='How long to wait before reconnecting in response to an '
|
||||
|
Loading…
Reference in New Issue
Block a user