]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Create a new heat.rpc package
authorZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 10:05:41 +0000 (11:05 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 16:05:13 +0000 (17:05 +0100)
commit97135b8f608e8ff64cba5e77384ada4e9fef626c
treebf5678e1a76e8ac480a7f77ef996f8107b3ab9fd
parentcd2fd324a044f8762613793206216cf73617c2ad
Create a new heat.rpc package

The definition of the RPC API is common between the engine (server) and the
clients, so move the client and common definitions out of the heat.engine
package.

Change-Id: I5fd2ba26f09c86ba1adecab4f9e06e69a694fe90
Signed-off-by: Zane Bitter <zbitter@redhat.com>
13 files changed:
heat/api/cfn/v1/stacks.py
heat/api/cfn/v1/waitcondition.py
heat/api/cloudwatch/watch.py
heat/api/openstack/v1/events.py
heat/api/openstack/v1/resources.py
heat/api/openstack/v1/stacks.py
heat/engine/api.py
heat/engine/watchrule.py
heat/rpc/__init__.py [new file with mode: 0644]
heat/rpc/api.py [new file with mode: 0644]
heat/rpc/client.py [moved from heat/engine/rpcapi.py with 98% similarity]
heat/tests/test_api_cloudwatch.py
heat/tests/test_rpc_client.py [moved from heat/tests/test_rpcapi.py with 97% similarity]