Merge "Fix the help string"

This commit is contained in:
Jenkins 2014-09-12 03:09:10 +00:00 committed by Gerrit Code Review
commit 517ffd8775

View File

@ -44,9 +44,9 @@ CONF.register_cli_opts(_CLI_OPTIONS)
_GENERAL_OPTIONS = (
ADMIN_MODE_OPT,
cfg.BoolOpt('pooling', default=False,
help=('Enable pooling across multiple storage backends. ',
'If pooling is enabled, the storage driver ',
'configuration is used to determine where the ',
help=('Enable pooling across multiple storage backends. '
'If pooling is enabled, the storage driver '
'configuration is used to determine where the '
'catalogue/control plane data is kept.'),
deprecated_opts=[cfg.DeprecatedOpt('pooling')]),
)