summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2010-07-25 17:43:34 +0100
committerEwan Mellor <ewan.mellor@citrix.com>2010-07-25 17:43:34 +0100
commit67f476009dc476eb3b40605f9fbb0d97ae5158b5 (patch)
tree5a1bb24deac2ffb582a0aee89b5c183985a6aa7e
parent2b4b7c59fb7e41e576b5941c2683f8e2d2056ea7 (diff)
parentfdea01a233e72551e750a5beaca0739ec8173ac3 (diff)
Merged lp:~ewanmellor/nova/lp609791
-rw-r--r--nova/rpc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/rpc.py b/nova/rpc.py
index ef463e84b..5a2f4b3ad 100644
--- a/nova/rpc.py
+++ b/nova/rpc.py
@@ -151,6 +151,7 @@ class TopicPublisher(Publisher):
def __init__(self, connection=None, topic="broadcast"):
self.routing_key = topic
self.exchange = FLAGS.control_exchange
+ self.durable = False
super(TopicPublisher, self).__init__(connection=connection)