From 1dd28685521bfdcfad5a9a4a02f429f0a9c78502 Mon Sep 17 00:00:00 2001 From: Igor Yozhikov Date: Mon, 23 Mar 2015 17:18:53 +0300 Subject: [PATCH] Add heat-engine service restart * this patchset fixing bug with not notified heat-engine after configuration update made by heat_domain_id_setter Change-Id: I9bdef412d31f279e43967c5b226dc5b06630411c Closes-Bug: #1432658 --- deployment/puppet/osnailyfacter/modular/heat/heat.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';