aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-09-13 18:41:12 +1200
committerRobert Collins <rbtcollins@hp.com>2013-09-14 16:22:47 +1200
commit680b67c4596ac870a9db75fb9c5832106eec00dd (patch)
tree9925f379a7bb8cba9208e3fdea2fd5b31b90fb47 /overcloud-source.yaml
parent98175ae8a4e209f176b189e4afb90eda5d6d2d0a (diff)
Add cinder service-password.
The instance config is about to require this. Change-Id: Ia778a7f5926b54758e73a4ee0940ef42fe5be6a9
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 393e2c32..845b0aea 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -10,6 +10,10 @@ Parameters:
Default: unset
Description: The keystone auth secret.
Type: String
+ CinderPassword:
+ Default: unset
+ Description: The password for the cinder service account, used by cinder-api.
+ Type: String
Flavor:
Default: baremetal
Description: Flavor to request when deploying.
@@ -115,6 +119,8 @@ Resources:
cinder:
db: mysql://cinder:unset@localhost/cinder
volume_size_mb: '5000'
+ service-password:
+ Ref: CinderPassword
controller-address:
Fn::GetAtt:
- notcompute