Merge "Make Wait Conditions depend on config creation"

This commit is contained in:
Jenkins 2014-03-05 09:29:37 +00:00 committed by Gerrit Code Review
commit a5516561a6
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ Resources:
Ref: ComputeUser
NovaCompute0CompletionCondition:
Type: AWS::CloudFormation::WaitCondition
DependsOn: notCompute0
DependsOn: notCompute0Config
Properties:
Handle: {Ref: NovaCompute0CompletionHandle}
Count: '1'

View File

@ -148,7 +148,7 @@ Resources:
Type: AWS::IAM::AccessKey
notCompute0CompletionCondition:
Type: AWS::CloudFormation::WaitCondition
DependsOn: notCompute0
DependsOn: notCompute0Config
Properties:
Handle: {Ref: notCompute0CompletionHandle}
Count: '1'