Add Mistral event engine for scenario 3

Change-Id: I60d8d90a09c1be3a7636bcc8b695cb72970a5caa
This commit is contained in:
Brad P. Crochet 2017-09-21 13:42:57 -04:00
parent 381e6fa7cd
commit 9152feb97b
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': }
}
}