aboutsummaryrefslogtreecommitdiffstats
path: root/notcompute.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2014-03-04 13:31:01 -0800
committerClint Byrum <clint@fewbar.com>2014-03-12 01:10:56 -0700
commita7ea8ec32beb8e58bbcb6c5bd327bf718161b5a5 (patch)
tree478d24889639e41c807daf6df3c7864f194924ee /notcompute.yaml
parent6d2580f037b843fd7f663f02113b5d924f0bafb8 (diff)
Add heat.stack_domain_admin_password
This new parameter will be used to configure Heat for the new required stack domain admin. Change-Id: Ieace33154a14f472aab8ac76b2b876db77230110 Partial-Bug: #1287453
Diffstat (limited to 'notcompute.yaml')
-rw-r--r--notcompute.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/notcompute.yaml b/notcompute.yaml
index 2ad5b30b..5a4d9d21 100644
--- a/notcompute.yaml
+++ b/notcompute.yaml
@@ -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