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
This commit is contained in:
Igor Yozhikov 2015-03-23 17:18:53 +03:00
parent bc3e6fbd79
commit 1dd2868552

View File

@ -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';