Jump to: navigation, search

MuranoDashboardChanges

One very noticeable change in Murano Dashboard is coming in version 0.4: 'Murano' panel (currently resides at Project->Other->Environments) will be moved to a separate dashboard called 'Murano'. So the address for 'Environments' panel will be Murano->Deployment->Environments. Also we've got rid of 'djblets' package.

So the lines in Horizon config

HORIZON_CONFIG['customization_module'] = 'muranodashboard.panel.overrides'
INSTALLED_APPS += ('muranodashboard','djblets','djblets.datagrid','djblets.util','floppyforms',)

should be changed to

INSTALLED_APPS += ('muranodashboard','floppyforms',)
HORIZON_CONFIG['dashboards']+=('murano',)