Revert "Disable Mistral"

This reverts commit 1f39a0b50c.
Depends-On: I61199f53d7e32fcb3d068ccaf548a836b5bb58e9

Change-Id: Ib4bcf67e1396171da83d08a0db25e65a092e7b99
This commit is contained in:
Emilien Macchi 2017-04-19 13:39:23 -04:00
parent 1f39a0b50c
commit 33e4c711eb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ case $::osfamily {
}
'RedHat': {
$ipv6 = true
$mistral_enabled = false
$mistral_enabled = true
$murano_enabled = true
$trove_enabled = true
}