aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage-nfs.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-03-31 14:12:49 -0400
committerDan Prince <dprince@redhat.com>2014-04-09 13:26:41 -0400
commit0223d35c0cfe810a47a22df0a6aa5c858ccba335 (patch)
tree68d6d35cbfe3ba0b9882f2913d8a403f1c4842d1 /block-storage-nfs.yaml
parent101e7e9be48e62f31b876a0d657b2c2ea27a565b (diff)
Stop using notCompute in favor of controller
Updates all references for notCompute and notcompute to use 'controller' instead. Change-Id: I70ef83f35064ab388bdc7e1a6da62b6585580010 Partial-bug: #1300324
Diffstat (limited to 'block-storage-nfs.yaml')
-rw-r--r--block-storage-nfs.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/block-storage-nfs.yaml b/block-storage-nfs.yaml
index d00484b9..c1653837 100644
--- a/block-storage-nfs.yaml
+++ b/block-storage-nfs.yaml
@@ -25,7 +25,7 @@ Resources:
Ref: BlockStorageUser
BlockStorage0CompletionCondition:
Type: AWS::CloudFormation::WaitCondition
- DependsOn: notCompute0Config
+ DependsOn: controller0Config
Properties:
Handle: {Ref: BlockStorage0CompletionHandle}
Count: '1'
@@ -51,18 +51,18 @@ Resources:
stack_name: {Ref: 'AWS::StackName'}
OpenStack::ImageBuilder::Elements: [ cinder ]
keystone:
- host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] }
+ host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] }
cinder:
- db: {"Fn::Join": ['', ['mysql://cinder:unset@', {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] } , '/cinder']]}
+ db: {"Fn::Join": ['', ['mysql://cinder:unset@', {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] } , '/cinder']]}
volume_size_mb: '5000'
service-password:
Ref: CinderPassword
include_nfs_backend: 'true'
nfs_shares:
- - {"Fn::Join": ['', [{"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] } , ':/mnt/state/var/lib/nfs_share']]}
+ - {"Fn::Join": ['', [{"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] } , ':/mnt/state/var/lib/nfs_share']]}
admin-password: {Ref: AdminPassword}
rabbit:
- host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] }
+ host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] }
username: {Ref: RabbitUserName}
password: {Ref: RabbitPassword}
interfaces: