From f8818d22eeca10f5554634636e82d2b45c61e997 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 7 Oct 2017 09:22:16 -0400 Subject: [PATCH] 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 --- fixtures/scenario003.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index 2400a6f33..349ef9af2 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -27,7 +27,9 @@ case $::osfamily { 'RedHat': { $ipv6 = 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 } default: {