Revert "Specify cell0 db creation"
[apex-tripleo-heat-templates.git] / puppet / services / heat-engine.yaml
index 24c3636..12c131b 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2016-10-14
+heat_template_version: ocata
 
 description: >
   Openstack Heat Engine service configured with Puppet
@@ -103,3 +103,6 @@ outputs:
           heat::db::mysql::allowed_hosts:
             - '%'
             - "%{hiera('mysql_bind_host')}"
+        keystone:
+            # This is needed because the keystone profile handles creating the domain
+            tripleo::profile::base::keystone::heat_admin_password: {get_param: HeatStackDomainAdminPassword}