]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
CFN API: Fix DescribeStackResources with physical ID
authorZane Bitter <zbitter@redhat.com>
Fri, 21 Dec 2012 16:47:10 +0000 (17:47 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 21 Dec 2012 17:55:30 +0000 (18:55 +0100)
commitbcaed3f7439fc8c9504f2333f3b253c14d5e32dc
tree4500194994cced29ce0fc4a1acf168f4be797fd4
parent244d8a21f887913d19b8b92530767d4695d1e224
CFN API: Fix DescribeStackResources with physical ID

DescribeStackResources failed when called with a physical resource ID
instead of a stack name. Also add a unit test to alert us to any future
breakage.

Change-Id: I931cd0f74fa225253b06195609ec233ef86353c3
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/api/cfn/v1/stacks.py
heat/tests/test_api_cfn_v1.py