]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Add parser parameter support for AWS::StackId
authorSteven Hardy <shardy@redhat.com>
Mon, 25 Feb 2013 14:47:45 +0000 (14:47 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 27 Feb 2013 16:10:36 +0000 (16:10 +0000)
commit8a4a1960f152431bd0ae822b249da156dc9d3bf1
tree57091b853b40bdaf3d82b3d27e9ede896c4c3aa8
parentd6f8dfed1674b3eb186edd57c9b41bba594e24bf
heat engine : Add parser parameter support for AWS::StackId

Adds support for the AWS::StackId pseudo parameter, which will
allow us to to reference the stack ARN in the template, e.g so that
stacks can query their resource metadata via ARN not stack name,
which will solve the problem with nested resource being unable
to query their metadata.

ref bug 1131666

Change-Id: Ib7b1d380fa8766b6d0c968bd66270da8ce8245c4
heat/engine/parameters.py
heat/tests/test_parameters.py