From d0752e31e51ff55e49c3db572362f33a71ba5bb2 Mon Sep 17 00:00:00 2001 From: Remo Mattei Date: Wed, 24 Oct 2018 19:53:35 -0700 Subject: [PATCH] Turning off extra UIs from Horizon fixes also SQLite issue * Cloudkitty * Murano * Trove * Manila Closes-Bug: #1766184 Change-Id: Idce8619138870ac561894ff4fea433ddf1e5c4f9 (cherry picked from commit 65b12d1d8f50e697b3c8d3231071458fbe9702dd) --- docker/services/horizon.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index 6e3d8269b7..ae7e5ca565 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -146,10 +146,10 @@ outputs: environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS # Installed plugins: - - ENABLE_CLOUDKITTY=yes + - ENABLE_CLOUDKITTY=no - ENABLE_IRONIC=yes - - ENABLE_MAGNUM=yes - - ENABLE_MANILA=yes + - ENABLE_MAGNUM=no + - ENABLE_MANILA=no - ENABLE_HEAT=yes # murano depends on heat-dashboard that is not yet installed # https://bugs.launchpad.net/tripleo/+bug/1752132 @@ -158,7 +158,7 @@ outputs: - ENABLE_NEUTRON_LBAAS=yes - ENABLE_OCTAVIA=yes - ENABLE_SAHARA=yes - - ENABLE_TROVE=yes + - ENABLE_TROVE=no # Not installed: - ENABLE_FREEZER=no - ENABLE_FWAAS=no