murano-dashboard/releasenotes/notes/reorganize-dashboard-settings-11733b5c1003154b.yaml
Kirill Zaitsev 88ba72f931 Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I20e31d0c2176eec225568f633dd839117737f169
2016-09-14 01:21:22 +03:00

12 lines
582 B
YAML

---
features:
- Murano dashboard now comes with the ``muranodashboard/local/local_settings.d/_50_murano.py``
file that contains murano-specific settings for horizon
(for example, ``MURANO_API_URL``).
upgrade:
- Previously all murano-specific horizon settings had to be kept in ``local_settings.py``
file of Horizon. You need to remove those settings from local_settings.py and
copy ``muranodashboard/local/local_settings.d/_50_murano.py``
to ``openstack_dashboard/local/local_settings.d/`` directory in horizon and keep all
murano-related changes there.