Merge "Improve help strings"

This commit is contained in:
Jenkins 2014-09-08 15:24:39 +00:00 committed by Gerrit Code Review
commit ac74be3c80
2 changed files with 3 additions and 3 deletions

View File

@ -39,10 +39,10 @@ amqp_opts = [
default=False, default=False,
deprecated_name='rabbit_durable_queues', deprecated_name='rabbit_durable_queues',
deprecated_group='DEFAULT', deprecated_group='DEFAULT',
help='Use durable queues in amqp.'), help='Use durable queues in AMQP.'),
cfg.BoolOpt('amqp_auto_delete', cfg.BoolOpt('amqp_auto_delete',
default=False, default=False,
help='Auto-delete queues in amqp.'), help='Auto-delete queues in AMQP.'),
# FIXME(markmc): this was toplevel in openstack.common.rpc # FIXME(markmc): this was toplevel in openstack.common.rpc
cfg.IntOpt('rpc_conn_pool_size', cfg.IntOpt('rpc_conn_pool_size',

View File

@ -78,7 +78,7 @@ rabbit_opts = [
secret=True), secret=True),
cfg.StrOpt('rabbit_login_method', cfg.StrOpt('rabbit_login_method',
default='AMQPLAIN', default='AMQPLAIN',
help='the RabbitMQ login method'), help='The RabbitMQ login method.'),
cfg.StrOpt('rabbit_virtual_host', cfg.StrOpt('rabbit_virtual_host',
default='/', default='/',
help='The RabbitMQ virtual host.'), help='The RabbitMQ virtual host.'),