Merge "Remove rendundant parentheses of cfg help strings"

This commit is contained in:
Jenkins 2014-04-17 05:01:18 +00:00 committed by Gerrit Code Review
commit 7daba8ab90
1 changed files with 2 additions and 2 deletions

View File

@ -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 '