]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Port existing rpc calls to use the new RPC client API.
authorSteve Baker <steve@stevebaker.org>
Thu, 2 Aug 2012 05:32:07 +0000 (17:32 +1200)
committerSteve Baker <steve@stevebaker.org>
Thu, 2 Aug 2012 22:00:07 +0000 (10:00 +1200)
commitc8b47d80ed9697559c6dfafa9ecd684d6f9b7980
treee0f85e5e2db9ea7ab94bd62edaead24a80a56266
parente05f39c37b115259cf64e2523d7da443507f389c
Port existing rpc calls to use the new RPC client API.

Patch 2/2, this implements github heat issue 181.

test_api_v1 was modified to handle the extra rpc arguments.

metadata_register_address hasn't been included in EngineAPI, and it
possibly doesn't deserve to. This means that bin/heat-metadata has the
only remaining raw rpc call.
heat/api/v1/stacks.py
heat/common/config.py
heat/metadata/api/v1/metadata.py
heat/tests/test_api_v1.py