Disable murano integration tests

At the moment, it looks like Murano has quite a few issues which
are preventing us from being able to test it in integration.

This patch disables it until we are able to resolve this in order
to get our gates moving again.

Change-Id: I24afe64887786741195a3412c02bd6d767f77d88
This commit is contained in:
Mohammed Naser 2017-10-07 09:22:16 -04:00
parent 9c29a756b8
commit f8818d22ee
No known key found for this signature in database
GPG Key ID: 481CBC90384AEC42

View File

@ -27,7 +27,9 @@ case $::osfamily {
'RedHat': { 'RedHat': {
$ipv6 = true $ipv6 = true
$mistral_enabled = true $mistral_enabled = true
$murano_enabled = true # NOTE(mnaser): We need to figure out why Murano won't accept credentials
# and how to get it to work with Keystone V3.
$murano_enabled = false
$trove_enabled = true $trove_enabled = true
} }
default: { default: {