puppet-horizon/releasenotes/notes/add-customization-module-config-option-798d0bb4e00737c3.yaml
Lokesh Jain 5657428cab Added customization-module option to Horizon config
Horizon has a global override mechanism available to perform
customizations. This change adds customization_module key
to HORIZON_CONFIG dictionary in local_settings.py. The
corresponding template file is also modified to configure the
parameter. Spec tests are added to test the configuration.

Change-Id: Id204b60b2676f49713fb6ce7eede6200221f7163
Closes-Bug: #1722653
2017-10-10 17:39:40 -04:00

9 lines
339 B
YAML

---
features:
- Horizon has a global override mechanism available to perform
customizations. This change adds customization_module key
to HORIZON_CONFIG dictionary in local_settings.py. The
value of the parameter should be a string with the path
to the module containing modifications in dotted python
path notation.