Merge "Add heat-engine service restart"

This commit is contained in:
Jenkins 2015-03-23 16:45:22 +00:00 committed by Gerrit Code Review
commit e06e2f08f8
1 changed files with 1 additions and 1 deletions

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