]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
RPC API: Clean up list_stacks results
authorZane Bitter <zbitter@redhat.com>
Fri, 21 Dec 2012 16:25:25 +0000 (17:25 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 21 Dec 2012 17:48:57 +0000 (18:48 +0100)
commitee208680d8924e78dad4e6b5f9e287a31b5940f3
treed9793dcf05b8c5c5342fec9ce8500d3c7d780c13
parent1e88faa414da77e2726b22ff0b0892e91a5a85d1
RPC API: Clean up list_stacks results

Just return a list, rather than wrapping it in an object. The client API
processes can (and do) do whatever wrapping they need.

Change-Id: I4a8e64e8e4a0f127e8fa5c12738353a1f3a0c22f
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/api/cfn/v1/stacks.py
heat/api/openstack/v1/stacks.py
heat/engine/service.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_engine_service.py