]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Make sure heat uses its own control_exchange
authorSteve Baker <sbaker@redhat.com>
Mon, 3 Dec 2012 04:26:34 +0000 (17:26 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 3 Dec 2012 04:26:34 +0000 (17:26 +1300)
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

heat/common/config.py

index f3947e8fe64e677ac922da71f74ed39c50cffa04..25662fb87842edc2087b1124774abe83b45099bc 100644 (file)
@@ -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')