]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
RPC API: Simplify describe_stack_resources call
authorZane Bitter <zbitter@redhat.com>
Thu, 20 Dec 2012 12:31:14 +0000 (13:31 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 21 Dec 2012 18:04:28 +0000 (19:04 +0100)
commit61be8e1ea40ccb2696fba1bf1524d3678bb40f3c
tree692564591b6200bc2b77b0df71587410806adfa8
parentb8f8167ff98bb2a4fabd84c5ae6f67b589600ec4
RPC API: Simplify describe_stack_resources call

Remove the part with the physical_resource_id, which can now be done
through the find_physical_resource call.

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