Disable heat dashboard by default

The heat dashboard is now optional in horizon, so
we can enable it in the integrated build if we
have heat nodes.

Change-Id: Id6875b44ac5aba88d92d4765b7ee6dc961d0b595
This commit is contained in:
Adrien Cunin 2018-01-26 15:41:41 +01:00 committed by Jean-Philippe Evrard
parent 53113aa25d
commit 9cef725fb7

View File

@ -213,7 +213,7 @@ horizon_enable_trove_ui: False
horizon_enable_designate_ui: False
## Heat UI Panel
horizon_enable_heat_ui: True
horizon_enable_heat_ui: False
## Neutron features to enable
horizon_enable_neutron_lbaas: False