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
This commit is contained in:
Martin André 2018-02-27 18:10:29 +01:00
parent e0f59eefd2
commit c2538f78f1
1 changed files with 3 additions and 1 deletions

View File

@ -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