]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of gratuitous params in RPC API
authorZane Bitter <zbitter@redhat.com>
Fri, 21 Sep 2012 15:12:46 +0000 (17:12 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 21 Sep 2012 15:13:49 +0000 (17:13 +0200)
commitb87922862f031483c781562cfb1bef5433bdb7e6
treed85426aab51b0853b01ede5bb23ed3d9e5b18b79
parent36af6c7a3067ddfa893dcd4ae03830556407a9fd
Get rid of gratuitous params in RPC API

For historical reasons, we were passing all of the parameters from the query
string received by the AWS API to the engine as "params" in many calls.
This is not required, since all of the relevant information has already
been extracted.

Change-Id: Iedec5b442ccb0b358afc8a4e06f60672890aba05
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/api/v1/stacks.py
heat/engine/manager.py
heat/engine/rpcapi.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_engine_manager.py
heat/tests/test_rpcapi.py