Merge "AMQP Channel have to be set espacially to 'watcher'"

This commit is contained in:
Jenkins
2015-11-27 15:42:12 +00:00
committed by Gerrit Code Review

View File

@@ -58,6 +58,7 @@ class DecisionEngineAPI(MessagingCore):
transport = om.get_transport(CONF, TransportUrlBuilder().url)
target = om.Target(
exchange='watcher',
topic=CONF.watcher_decision_engine.topic_control,
version=MessagingCore.API_VERSION)