aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vm.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-09-13 19:39:08 +1200
committerRobert Collins <rbtcollins@hp.com>2013-09-14 16:24:11 +1200
commita973207ccf80fd638f2d211c2ef8b1431aa70249 (patch)
tree1ed60143b89b5fb3586bb3a9bf69cdad2ee31c8f /undercloud-vm.yaml
parent5b7bf0a0e6ce17d250b65e313c27c28a6de60473 (diff)
Make Heat service password configurable.
So that it can be a snowflake! (unique). Change-Id: Ic823620ace7df5636cd9ff16dcd7476654692e6c
Diffstat (limited to 'undercloud-vm.yaml')
-rw-r--r--undercloud-vm.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index 21fcdc5c..b9cf0ec8 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -21,6 +21,10 @@ Parameters:
Default: default
Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
Type: String
+ HeatPassword:
+ Default: unset
+ Description: The password for the Heat service account, used by the Heat services.
+ Type: String
Image:
Default: undercloud
Type: String
@@ -78,7 +82,8 @@ Resources:
service-password:
Ref: GlancePassword
heat:
- admin_password: unset
+ admin_password:
+ Ref: HeatPassword
admin_tenant_name: service
admin_user: heat
auth_encryption_key: unset___________