Add heat.stack_domain_admin_password
authorClint Byrum <clint@fewbar.com>
Tue, 4 Mar 2014 21:31:01 +0000 (13:31 -0800)
committerClint Byrum <clint@fewbar.com>
Wed, 12 Mar 2014 08:10:56 +0000 (01:10 -0700)
This new parameter will be used to configure Heat for the new required
stack domain admin.

Change-Id: Ieace33154a14f472aab8ac76b2b876db77230110
Partial-Bug: #1287453

notcompute.yaml
overcloud-source.yaml
undercloud-source.yaml

index 2ad5b30..5a4d9d2 100644 (file)
@@ -84,6 +84,11 @@ Parameters:
     NoEcho: true
   notcomputeImage:
     Type: String
+  HeatStackDomainAdminPassword:
+    Description: Password for heat_domain_admin user.
+    Type: String
+    Default: ''
+    NoEcho: true
 Resources:
   AccessPolicy:
     Properties:
@@ -163,6 +168,7 @@ Resources:
           region:
             Ref: AWS::Region
         auth_encryption_key: unset
+        stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword}
       interfaces:
         control:
           Ref: NovaInterfaces
index 42fc07a..90543bb 100644 (file)
@@ -140,6 +140,11 @@ Parameters:
     Type: String
     Default: unset
     Description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
+  HeatStackDomainAdminPassword:
+    Description: Password for heat_domain_admin user.
+    Type: String
+    Default: ''
+    NoEcho: true
 Resources:
   RabbitCookie:
     Type: OS::Heat::RandomString
@@ -326,6 +331,7 @@ Resources:
         admin_user: heat
         auth_encryption_key: unset___________
         db: mysql://heat:unset@localhost/heat
+        stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword}
         watch_server_url:
           Fn::Join:
             - ''
index 4fe2976..f18612c 100644 (file)
@@ -67,6 +67,11 @@ Parameters:
     Type: String
     Default: unset
     Description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
+  HeatStackDomainAdminPassword:
+    Description: Password for heat_domain_admin user.
+    Type: String
+    Default: ''
+    NoEcho: true
 Resources:
   RabbitCookie:
     Type: OS::Heat::RandomString
@@ -142,6 +147,7 @@ Resources:
         admin_user: heat
         auth_encryption_key: unset___________
         db: mysql://heat:unset@localhost/heat
+        stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword}
         watch_server_url:
           Fn::Join:
             - ''