]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove engine_topic configuration option
authorMark McLoughlin <markmc@redhat.com>
Sat, 27 Apr 2013 12:20:04 +0000 (13:20 +0100)
committerMark McLoughlin <markmc@redhat.com>
Sat, 27 Apr 2013 12:27:26 +0000 (13:27 +0100)
commit117e73ba572ea421deabb7bd05318388439e2056
tree314ff7ab486b7d4783b83d48e55b89de0d556a84
parente28a34f560b83527f2f7022ded4bc91efa2059f8
Remove engine_topic configuration option

Fixes bug #1173575

This is currently broken since heat-engine always listens to the
'engine' topic and there isn't actually a good use case for this to be
configurable, so let's kill it.

Change-Id: I35c0292c921f81857f80a7f111df5ac330d54ecf
bin/heat-engine
heat/common/config.py
heat/rpc/api.py
heat/rpc/client.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_cloudwatch.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_rpc_client.py