Merge "Add Mistral event engine for scenario 3"

This commit is contained in:
Jenkins 2017-09-22 14:26:01 +00:00 committed by Gerrit Code Review
commit 84f13cccd7
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class openstack_integration::mistral {
class { '::mistral::client': }
class { '::mistral::engine': }
class { '::mistral::executor': }
class { '::mistral::event_engine': }
}
}