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,
deprecated_name='rabbit_durable_queues',
deprecated_group='DEFAULT',
help='Use durable queues in amqp.'),
help='Use durable queues in AMQP.'),
cfg.BoolOpt('amqp_auto_delete',
default=False,
help='Auto-delete queues in amqp.'),
help='Auto-delete queues in AMQP.'),
# FIXME(markmc): this was toplevel in openstack.common.rpc
cfg.IntOpt('rpc_conn_pool_size',

View File

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