]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Initial work on migrating heat-engine to rpc
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 27 Mar 2012 00:38:48 +0000 (11:38 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Tue, 27 Mar 2012 00:38:48 +0000 (11:38 +1100)
commit5c30a02e00a1dcb58ca2aa6caef4ed835fc53deb
tree26a500e754e67ae50d1368b8ce52066484ff3d27
parent91ee085a0dd65ae408d29bb494d0208530435203
Initial work on migrating heat-engine to rpc

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
15 files changed:
bin/heat-engine
heat/common/config.py
heat/common/exception.py
heat/common/utils.py
heat/context.py [new file with mode: 0644]
heat/engine/manager.py [new file with mode: 0644]
heat/local.py [new file with mode: 0644]
heat/manager.py [new file with mode: 0644]
heat/rpc/__init__.py [new file with mode: 0644]
heat/rpc/amqp.py [new file with mode: 0644]
heat/rpc/common.py [new file with mode: 0644]
heat/rpc/impl_fake.py [new file with mode: 0644]
heat/rpc/impl_kombu.py [new file with mode: 0644]
heat/rpc/impl_qpid.py [new file with mode: 0644]
heat/service.py [new file with mode: 0644]