b0d9b99f70
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
8 lines
258 B
YAML
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.
|