aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-11-16 08:32:26 +0200
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-11-16 08:32:26 +0200
commit42f835e68bff6934977694b47c31986d1d854b58 (patch)
tree9cc0745c91f1cb24eea339bfd1d238a3bdb41860 /puppet
parent133edad1302d09c2ad27d548fac6c3a72eec9c2e (diff)
Use keystone profile parameter to pass heat password
Instead of relying on an explicit hiera call to get the stack domain password, this uses the keystone parameter to introduce that value instead. Change-Id: I0e5124d57fdc519262fdec2dbeaaac85afaeebdf
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/heat-engine.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/heat-engine.yaml b/puppet/services/heat-engine.yaml
index 20415eef..3f0e4105 100644
--- a/puppet/services/heat-engine.yaml
+++ b/puppet/services/heat-engine.yaml
@@ -105,4 +105,4 @@ outputs:
- "%{hiera('mysql_bind_host')}"
keystone:
# This is needed because the keystone profile handles creating the domain
- heat::keystone::domain::domain_password: {get_param: HeatStackDomainAdminPassword}
+ tripleo::profile::base::keystone::heat_admin_password: {get_param: HeatStackDomainAdminPassword}