7378be6d21
This commit splits muranodashboard's config file into multiple small file, each adding a dashboard or a panel. It also adds machinery to allow sharing app-catalog dashboard config file between muranodashboard and app-catalog-ui. Renames dashboard and panels in accordance to https://etherpad.openstack.org/p/apps-dashboard-structure Targets bp: catalog-dashboard-reorg Depends-On: I6d1d8c99aecf10567608d0c96de69a5309e706e3 Change-Id: I7aee5d26185cc0a7bb54f2b39b85d580daa400ae
17 lines
771 B
YAML
17 lines
771 B
YAML
---
|
|
prelude: >
|
|
Murano Dashboard has been renamed to App Catalog and now allows
|
|
seamless integration and single panel structure
|
|
with App Catalog UI dashboard.
|
|
features:
|
|
- Murano dashboard has been renamed to App Catalog,
|
|
monolithic config file has been split into multiple small files.
|
|
Every such file defines either a panel group or adds
|
|
general murano-related settings to horizon.
|
|
upgrade:
|
|
- To upgrade to Newton version of app catalog you need to remove old
|
|
``_50_murano.py`` config file, that defined in murano dashboard. Be sure to
|
|
also remove any .pyc and .po files. After that you need to copy all new
|
|
config files from ``muranodashboard/local/enabled/*.py`` to
|
|
``openstack_dashboard/local/enabled/`` and restart horizon
|