aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index ff209483..cf32fe5e 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -22,6 +22,10 @@ Parameters:
Default: unset
Description: The password for the glance service account, used by the glance services.
Type: String
+ HeatPassword:
+ Default: unset
+ Description: The password for the Heat service account, used by the Heat services.
+ Type: String
KeyName:
Default: default
Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
@@ -153,7 +157,8 @@ Resources:
stack_name:
Ref: AWS::StackName
heat:
- admin_password: unset
+ admin_password:
+ Ref: HeatPassword
admin_tenant_name: service
admin_user: heat
auth_encryption_key: unset___________