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).'),
|
help='SSL cert file (valid only if SSL enabled).'),
|
||||||
cfg.StrOpt('kombu_ssl_ca_certs',
|
cfg.StrOpt('kombu_ssl_ca_certs',
|
||||||
default='',
|
default='',
|
||||||
help=('SSL certification authority file '
|
help='SSL certification authority file '
|
||||||
'(valid only if SSL enabled).')),
|
'(valid only if SSL enabled).'),
|
||||||
cfg.FloatOpt('kombu_reconnect_delay',
|
cfg.FloatOpt('kombu_reconnect_delay',
|
||||||
default=1.0,
|
default=1.0,
|
||||||
help='How long to wait before reconnecting in response to an '
|
help='How long to wait before reconnecting in response to an '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user