Enable heat-ui plugin for horizon by default

Since the orchestration tab was moved in Horizon into a plugin,
we have a regression if we don't enable that plugin by default.

Change-Id: Ia99b23f3ece61830954f73704e85a6efaa5f7428
This commit is contained in:
Radomir Dopieralski 2018-04-24 12:33:28 +02:00
parent aead20e3cf
commit e792b9972a

View File

@ -149,6 +149,7 @@ outputs:
- ENABLE_IRONIC=yes
- ENABLE_MAGNUM=yes
- ENABLE_MANILA=yes
- ENABLE_HEAT=yes
# murano depends on heat-dashboard that is not yet installed
# https://bugs.launchpad.net/tripleo/+bug/1752132
- ENABLE_MURANO=no