Merge "Add the undercloud mistral user to the docker group"

This commit is contained in:
Zuul 2018-06-27 22:40:36 +00:00 committed by Gerrit Code Review
commit 08e00ea71a
1 changed files with 4 additions and 0 deletions

View File

@ -587,6 +587,10 @@ include ::mistral::keystone::auth
include ::mistral::db::sync
include ::mistral::api
include ::mistral::engine
ensure_resource('user', 'mistral', {
'name' => 'mistral',
'groups' => 'docker',
})
include ::mistral::executor
include ::mistral::cors
include ::mistral::cron_trigger