diff --git a/zaqar/queues/bootstrap.py b/zaqar/queues/bootstrap.py index 51d366633..d1b40b8d2 100644 --- a/zaqar/queues/bootstrap.py +++ b/zaqar/queues/bootstrap.py @@ -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')]), )