From a702ca8e07f17b748af06eceb15872912852335e Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 11 Aug 2015 12:17:58 +1000 Subject: [PATCH] Don't use Ref in hot template (functional test) This is a template that should fail (for another reason) but it is causing the nested stack to not get cleaned up. Change-Id: I501bc279a9f11cc47a89d397055d0aefe0c4bd6e --- heat_integrationtests/functional/test_autoscaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/functional/test_autoscaling.py b/heat_integrationtests/functional/test_autoscaling.py index 87c4c32321..0beefcb7fb 100644 --- a/heat_integrationtests/functional/test_autoscaling.py +++ b/heat_integrationtests/functional/test_autoscaling.py @@ -105,7 +105,7 @@ resources: waiter: type: AWS::CloudFormation::WaitCondition properties: - Handle: {Ref: ready_poster} + Handle: {get_resource: ready_poster} Timeout: 1 outputs: PublicIp: