ffde837ea6
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
5 lines
109 B
YAML
5 lines
109 B
YAML
---
|
|
features:
|
|
- murano-dashboard now use local_settings.d dir for
|
|
its own config snippet from Horizon.
|