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:
parent
9c29a756b8
commit
f8818d22ee
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user