Can't customize all values of local_settings.py file
Bug #1575329 reported by
Pierre Blanc
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-horizon |
New
|
High
|
Unassigned |
Bug Description
I would like to customize HORIZON_
Of course all values can't be modify on a template.
Is it possible to have a configuration provider to simplify access to each values (as ini file) for this file local_settings.py
Changed in puppet-horizon: | |
importance: | Undecided → High |
To post a comment you must log in.
Recently upstream Horizon added a key to their default configuration in: /github. com/openstack/ horizon/ blob/1b65c5369f a70bfafe95ba5ff 96d64661491868c /openstack_ dashboard/ settings. py#L82
https:/
This broke puppet deployments of Horizon because since puppet-horizon overrides the entire HORIZON_CONFIG dict (instead of setting each individual keys), we did not have that key and it yield a Horizon KeyError exception on images_panel.
+1 for config provider or something more flexible and especially not overriding the defaults provided by upstream