From: Steve Baker Date: Mon, 3 Dec 2012 04:26:34 +0000 (+1300) Subject: Make sure heat uses its own control_exchange X-Git-Tag: 2014.1~1135^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=91e7e3b141adedea01a78fa2819f2b0c7a9069bf;p=openstack-build%2Fheat-build.git Make sure heat uses its own control_exchange Due to this recent discussion http://lists.openstack.org/pipermail/openstack-dev/2012-November/003578.html And the commit message in this change https://review.openstack.org/#/c/12518/ Change-Id: Icf7ee0475045a3d0a19b8d176162bd7286a39ddc --- diff --git a/heat/common/config.py b/heat/common/config.py index f3947e8f..25662fb8 100644 --- a/heat/common/config.py +++ b/heat/common/config.py @@ -110,6 +110,9 @@ cfg.StrOpt('host', default=socket.gethostname(), help='Name of the engine node. This can be an opaque identifier.' 'It is not necessarily a hostname, FQDN, or IP address.'), +cfg.StrOpt('control_exchange', + default='heat', + help='AMQP exchange to connect to if using RabbitMQ or Qpid'), cfg.StrOpt('engine_topic', default='engine', help='the topic engine nodes listen on')