Merge "Modify info of default_notification_exchange"

This commit is contained in:
Jenkins 2016-06-08 03:00:14 +00:00 committed by Gerrit Code Review
commit a4a4a50eb7

2
oslo_messaging/_drivers/impl_pika.py Normal file → Executable file

@ -55,7 +55,7 @@ notification_opts = [
help="Persist notification messages."),
cfg.StrOpt('default_notification_exchange',
default="${control_exchange}_notification",
help="Exchange name for for sending notifications"),
help="Exchange name for sending notifications"),
cfg.IntOpt(
'notification_listener_prefetch_count', default=100,
help="Max number of not acknowledged message which RabbitMQ can send "