From 65b12d1d8f50e697b3c8d3231071458fbe9702dd 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 --- 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 1f174a224e..bac69dd585 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -144,10 +144,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 @@ -156,7 +156,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