From: Steven Hardy Date: Thu, 17 Jan 2013 11:19:05 +0000 (+0000) Subject: heat templates : IHA HeartbeatFailureAlarm should be Ref X-Git-Tag: 2014.1~990 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8d5d9a908d614c251da8de56acb088848d8106aa;p=openstack-build%2Fheat-build.git heat templates : IHA HeartbeatFailureAlarm should be Ref cfn-push-stats reference to HeartbeatFailureAlarm should be a Ref not a hard-coded string, or the engine fails to find the watch because the name lacks the stack prefix ref bug 1100719 Change-Id: I0fbec026b883348b674327ae6e097a9452ce375f Signed-off-by: Steven Hardy --- diff --git a/templates/WordPress_Single_Instance_With_IHA.template b/templates/WordPress_Single_Instance_With_IHA.template index e0022696..72093899 100644 --- a/templates/WordPress_Single_Instance_With_IHA.template +++ b/templates/WordPress_Single_Instance_With_IHA.template @@ -147,7 +147,8 @@ "MAIL=\"\"\n", "\n", "* * * * * /opt/aws/bin/cfn-push-stats ", - " --watch HeartbeatFailureAlarm --heartbeat\n" + " --watch ", { "Ref" : "HeartbeatFailureAlarm" }, + " --heartbeat\n" ]]}, "mode" : "000600", "owner" : "root",