Add Glance service password.
authorRobert Collins <rbtcollins@hp.com>
Fri, 13 Sep 2013 06:48:05 +0000 (18:48 +1200)
committerRobert Collins <rbtcollins@hp.com>
Sat, 14 Sep 2013 04:23:42 +0000 (16:23 +1200)
The in-instance scripts are about to require this.

Change-Id: I0260da5502639acc60b2791e9f957952f7ab5956

overcloud-source.yaml
undercloud-vm.yaml

index 845b0ae..8800aca 100644 (file)
@@ -18,6 +18,10 @@ Parameters:
     Default: baremetal
     Description: Flavor to request when deploying.
     Type: String
+  GlancePassword:
+    Default: unset
+    Description: The password for the glance service account, used by the glance services.
+    Type: String
   KeyName:
     Default: default
     Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
@@ -132,6 +136,8 @@ Resources:
           Fn::GetAtt:
             - notcompute
             - PrivateIp
+        service-password:
+          Ref: GlancePassword
       os-collect-config:
         cfn:
           access_key_id:
index cd24d96..efd3b02 100644 (file)
@@ -13,6 +13,10 @@ Parameters:
     Default: baremetal
     Description: Flavor to request when deploying.
     Type: String
+  GlancePassword:
+    Default: unset
+    Description: The password for the glance service account, used by the glance services.
+    Type: String
   KeyName:
     Default: default
     Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
@@ -67,6 +71,8 @@ Resources:
       glance:
         db: mysql://glance:unset@localhost/glance
         host: 127.0.0.1
+        service-password:
+          Ref: GlancePassword
       heat:
         admin_password: unset
         admin_tenant_name: service