From a7ea8ec32beb8e58bbcb6c5bd327bf718161b5a5 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 4 Mar 2014 13:31:01 -0800 Subject: 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 --- notcompute.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'notcompute.yaml') 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 -- cgit 1.2.3-korg