diff --git a/deployment/puppet/osnailyfacter/modular/heat/heat.pp b/deployment/puppet/osnailyfacter/modular/heat/heat.pp index 4997ac9717..6c6554d2e9 100644 --- a/deployment/puppet/osnailyfacter/modular/heat/heat.pp +++ b/deployment/puppet/osnailyfacter/modular/heat/heat.pp @@ -111,7 +111,7 @@ class { 'heat::keystone::domain' : domain_password => $heat_hash['user_password'], } -Class['heat'] -> Class['heat::keystone::domain'] +Class['heat'] -> Class['heat::keystone::domain'] ~> Service<| title == 'heat-engine' |> heat_config { 'DEFAULT/deferred_auth_method' : value => 'trusts';