Disable Mistral

https://review.openstack.org/#/c/454710 broke us and now we need
https://review.openstack.org/#/c/455425/ to fix it, chicken and egg.

So let's disable Mistral until we get a promotion in RDO and re-enable
it again so we can land https://review.openstack.org/#/c/455425/ and
revert this patch and test Mistral again.

Change-Id: Ia7bf048901abf1cb96fa27e56752f66eac92f885
This commit is contained in:
Emilien Macchi 2017-04-19 13:37:40 -04:00
parent 89fe9de156
commit 1f39a0b50c
1 changed files with 1 additions and 1 deletions

View File

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