murano-dashboard/releasenotes/notes/reorganize-dashboard-settings-11733b5c1003154b.yaml
Timur Sufiev ffde837ea6 Reorganize Murano-specific Horizon settings
In M release Horizon settings.py file gained a new degree of
granularity with the introduction of local_settings.d directory where
each Horizon plugin could place its own config snippet (which is still
a traditional Django settings.py module). See
https://review.openstack.org/#/c/243974/ for the reference.

Now it's time to reuse this feature.
This patch add the new settings file. The old settings will be remove
in next patch.

Co-Authored-By: zhurong <aaronzhu1121@gmail.com>

DocImpact
Change-Id: Iaab76f2e8e908093248921ce36a0ff2e9df66722
Closes-Bug: #1585552
2016-06-02 08:19:17 -04:00

5 lines
109 B
YAML

---
features:
- murano-dashboard now use local_settings.d dir for
its own config snippet from Horizon.