summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2010-07-25 17:43:45 +0100
committerEwan Mellor <ewan.mellor@citrix.com>2010-07-25 17:43:45 +0100
commitf42c5d96a0256883334cb7c8127d76214ee0bc02 (patch)
treec3e794797ca1fc5f94529f1ce789d804607ce0ed
parent67f476009dc476eb3b40605f9fbb0d97ae5158b5 (diff)
parentad2250ac0080ca35b1fd2747e3f4d0ff07bc90be (diff)
Merged lp:~ewanmellor/nova/lp609792
-rw-r--r--nova/rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/rpc.py b/nova/rpc.py
index 5a2f4b3ad..ebf140d92 100644
--- a/nova/rpc.py
+++ b/nova/rpc.py
@@ -243,7 +243,7 @@ def send_message(topic, message, wait=True):
consumer.register_callback(generic_response)
publisher = messaging.Publisher(connection=Connection.instance(),
- exchange="nova",
+ exchange=FLAGS.control_exchange,
exchange_type="topic",
routing_key=topic)
publisher.send(message)