From 8674f738b882f38fd965099e2df826d13f2cf08e Mon Sep 17 00:00:00 2001 From: liu-lixiu <liu.lixiu@zte.com.cn> Date: Tue, 7 Jun 2016 12:22:08 +0800 Subject: [PATCH] Modify info of default_notification_exchange There is a redundant for in help info of default_notification_exchange, delete it. Change-Id: I258bfe7fbc06f45398f0800ac69159dc313f2ff2 Closes-Bug: #1589381 --- oslo_messaging/_drivers/impl_pika.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 oslo_messaging/_drivers/impl_pika.py diff --git a/oslo_messaging/_drivers/impl_pika.py b/oslo_messaging/_drivers/impl_pika.py old mode 100644 new mode 100755 index d9862c003..7ad0744b3 --- a/oslo_messaging/_drivers/impl_pika.py +++ b/oslo_messaging/_drivers/impl_pika.py @@ -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 "