From c411d229428cd9b369fd3cf7380d17795d6cde24 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 16 Jan 2014 18:12:57 -0800 Subject: Use OS::Heat::UpdateWaitConditionHandle This alternate wait condition handle is used to make updates wait for signals from all parties to signal they're ready. This change will not work until the following Change Id lands in Heat: Ibfadc6f9c436ce3d0f468a4e5560233f762038dd Change-Id: Id11b5c79df5f41e49f1bf3c860e414204a242293 --- overcloud-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index ba05e280..5ed8b554 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -122,7 +122,7 @@ Resources: Count: '2' Timeout: '1800' CompletionHandle: - Type: AWS::CloudFormation::WaitConditionHandle + Type: OS::Heat::UpdateWaitConditionHandle ComputeKey: Properties: UserName: -- cgit 1.2.3-korg