]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Import openstack.common.rpc
authorSteven Dake <sdake@redhat.com>
Tue, 17 Jul 2012 15:27:19 +0000 (08:27 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 17 Jul 2012 15:27:19 +0000 (08:27 -0700)
commite9eee939c7792f857b4be2f085bf05c47642504d
tree5861ac9866d1338f10eefe2b3e93dc74cf566fbd
parentb0a0f0c24e9b86ac3ab1862f3be140e79e62ca87
Import openstack.common.rpc

Use openstack.common routines.  One of the parameters changed to
create_consumer().

Thanks to Russell Bryant for assistance with sorting out that problem.

Change-Id: I4badc7ca22298cd0aafc57a2335b3d6801289be8
Signed-off-by: Steven Dake <sdake@redhat.com>
21 files changed:
bin/heat-api
bin/heat-engine
bin/heat-metadata
heat/api/v1/stacks.py
heat/common/config.py
heat/manager.py
heat/metadata/api/v1/metadata.py
heat/openstack/common/excutils.py [new file with mode: 0644]
heat/openstack/common/rpc/__init__.py [moved from heat/rpc/__init__.py with 58% similarity]
heat/openstack/common/rpc/amqp.py [moved from heat/rpc/amqp.py with 64% similarity]
heat/openstack/common/rpc/common.py [new file with mode: 0644]
heat/openstack/common/rpc/dispatcher.py [new file with mode: 0644]
heat/openstack/common/rpc/impl_fake.py [moved from heat/rpc/impl_fake.py with 74% similarity]
heat/openstack/common/rpc/impl_kombu.py [moved from heat/rpc/impl_kombu.py with 63% similarity]
heat/openstack/common/rpc/impl_qpid.py [moved from heat/rpc/impl_qpid.py with 60% similarity]
heat/openstack/common/rpc/impl_zmq.py [new file with mode: 0644]
heat/openstack/common/rpc/matchmaker.py [new file with mode: 0644]
heat/openstack/common/rpc/proxy.py [new file with mode: 0644]
heat/rpc/common.py [deleted file]
heat/service.py
openstack-common.conf