From c2538f78f139b8db3ee152a53d916a5b961370f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 27 Feb 2018 18:10:29 +0100 Subject: [PATCH] Disable murano horizon plugin until dep is met Murano dashboard has a dependency on heat-dashboard which is not yet in the horizon image. The heat-dashboard was recently packaged in RDO [1] but hasn't yet made it's way into current-tripleo or current-passed-ci. We need to add the package into the kolla image once there is a RDO promotion and re-enable the plugin. [1] https://github.com/rdo-packages/heat-dashboard-distgit Change-Id: I7c0ccd915d8429bb348c09ab621163aef275c669 Related-Bug: #1752132 --- docker/services/horizon.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index 09a9c7cd15..4cf9beda0a 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -149,7 +149,9 @@ outputs: - ENABLE_IRONIC=yes - ENABLE_MAGNUM=yes - ENABLE_MANILA=yes - - ENABLE_MURANO=yes + # murano depends on heat-dashboard that is not yet installed + # https://bugs.launchpad.net/tripleo/+bug/1752132 + - ENABLE_MURANO=no - ENABLE_MISTRAL=yes - ENABLE_NEUTRON_LBAAS=yes - ENABLE_SAHARA=yes