Add cinder service-password.
authorRobert Collins <rbtcollins@hp.com>
Fri, 13 Sep 2013 06:41:12 +0000 (18:41 +1200)
committerRobert Collins <rbtcollins@hp.com>
Sat, 14 Sep 2013 04:22:47 +0000 (16:22 +1200)
The instance config is about to require this.

Change-Id: Ia778a7f5926b54758e73a4ee0940ef42fe5be6a9

overcloud-source.yaml

index 393e2c3..845b0ae 100644 (file)
@@ -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