openstack-ansible-os_horizon/releasenotes/notes/horizon_extend_local_settings-9e062b515de94b24.yaml
Dmitriy Rabotyagov b0d9b99f70 Implement ability to define arbitrary options in local_settings.py
Unfortunatelly having `horizon_config_overrides` is not sufficient, as
not all options can be defined in HORIZON_CONFIG.
Some are expected to be preset inside local_settings themselves.

We introduce new variable that can be used to extend local_settings file
with arbitrary parameters.

Change-Id: Ic119105189c9158aa3b38c4deb07040110d9d660
2024-06-07 17:44:43 +02:00

8 lines
258 B
YAML

---
features:
- |
Implemented variable ``horizon_extra_local_settings`` that allows to
insert arbitrary parameters defined as a regular mapping inside
local_settings.py of Horizon. Parameters will be inserted at the end of
the config file.