]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Set stack parameters AWS::StackId on stack create/store
authorSteven Hardy <shardy@redhat.com>
Mon, 25 Feb 2013 16:34:13 +0000 (16:34 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 27 Feb 2013 16:17:30 +0000 (16:17 +0000)
commit79bc8170a0d854b2d688af2da82f0ff3e106e562
treee4bbefa57c3f4d4f4772051b0c58e2e49bd23989
parent8a4a1960f152431bd0ae822b249da156dc9d3bf1
heat engine : Set stack parameters AWS::StackId on stack create/store

We need to set the ARN provided via the AWS::StackId pseudo parameter
when the stack is stored, and also whenever a parser.Stack object is
created

ref bug 1131666

Change-Id: Ic8dc5ab2b25c85c51f2f685fe69bb2447a1e3615
heat/engine/parser.py
heat/tests/test_parser.py