Use keystone profile parameter to pass heat password
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 16 Nov 2016 06:32:26 +0000 (08:32 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 16 Nov 2016 06:32:26 +0000 (08:32 +0200)
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

puppet/services/heat-engine.yaml

index 20415ee..3f0e410 100644 (file)
@@ -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}