summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-08 03:00:14 +0000
committerGerrit Code Review <review@openstack.org>2016-06-08 03:00:14 +0000
commita4a4a50eb736bd0955ab1a84cde6bd4c0d00a266 (patch)
tree590378154e20c9a773bc524df3adcfae22ed2ecf
parentbd4b55c1a33a666523b92aa87c2473f27a18b635 (diff)
parent8674f738b882f38fd965099e2df826d13f2cf08e (diff)
downloadoslo-messaging-a4a4a50eb736bd0955ab1a84cde6bd4c0d00a266.tar.gz
Merge "Modify info of default_notification_exchange"5.3.0
-rwxr-xr-x[-rw-r--r--]oslo_messaging/_drivers/impl_pika.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/_drivers/impl_pika.py b/oslo_messaging/_drivers/impl_pika.py
index d9862c0..7ad0744 100644..100755
--- 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 "