]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : loadbalancer resource template, refer to StackId
authorSteven Hardy <shardy@redhat.com>
Tue, 26 Feb 2013 14:20:00 +0000 (14:20 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 27 Feb 2013 16:17:30 +0000 (16:17 +0000)
commit6b55ccfaeacdb174e3e80912d7cd52951e9de0f2
treebbc81a6608157c63cbbfd268d3eea3bdf6a08d13
parent83780a788f00a8bb08bc71fa8db06a9a8f11be9f
heat engine : loadbalancer resource template, refer to StackId

Use the new AWS::StackId pseudo parameter to refer to the stack for
cfn-hup etc, otherwise the stack lookup by name will fail - using
the AWS::StackId parameter means we'll refer to the stack via the
full ARN and the CFN API will be able to lookup the nested stack.

ref bug 1131666

Change-Id: Ieac738df766ae1f1039e743d465cd080b2090473
heat/engine/resources/loadbalancer.py