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).'), 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 '