From 0223d35c0cfe810a47a22df0a6aa5c858ccba335 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 31 Mar 2014 14:12:49 -0400 Subject: Stop using notCompute in favor of controller Updates all references for notCompute and notcompute to use 'controller' instead. Change-Id: I70ef83f35064ab388bdc7e1a6da62b6585580010 Partial-bug: #1300324 --- swift-storage-source.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'swift-storage-source.yaml') diff --git a/swift-storage-source.yaml b/swift-storage-source.yaml index 16f2f36c..93011e70 100644 --- a/swift-storage-source.yaml +++ b/swift-storage-source.yaml @@ -32,7 +32,7 @@ Resources: Ref: SwiftStorageUser SwiftStorage0CompletionCondition: Type: AWS::CloudFormation::WaitCondition - DependsOn: notCompute0Config + DependsOn: controller0Config Properties: Handle: {Ref: SwiftStorage0CompletionHandle} Count: '1' @@ -99,7 +99,7 @@ Resources: - Fn::Select: - 'ctlplane' - Fn::GetAtt: - - notCompute0 + - controller0 - networks - ':%PORT%/d1' - Fn::Join: -- cgit 1.2.3-korg