-
- Downloads
horizon: allow to configure by custom_local_settings.j2
kolla-ansible should provide a mechanism to allow operators to overwrite the default (or not exposed through configuration) options for the local_settings. local_settings.j2 may be good place to configure horizon but requires operator to sync it every release. custom_local_settings.j2 can be used to overwrite things from local_settings.j2 without a need of syncing it first. This patch also adds a release note and a documentation section under the advanced configuration page. Partial-Bug: #1769970 Depends-On: https://review.openstack.org/#/c/567006/ Change-Id: I84b54ba737276114e512d4577ac4b9010682bb98
Showing
- ansible/roles/horizon/handlers/main.yml 1 addition, 0 deletionsansible/roles/horizon/handlers/main.yml
- ansible/roles/horizon/tasks/config.yml 19 additions, 0 deletionsansible/roles/horizon/tasks/config.yml
- ansible/roles/horizon/templates/custom_local_settings.j2 0 additions, 0 deletionsansible/roles/horizon/templates/custom_local_settings.j2
- ansible/roles/horizon/templates/horizon.json.j2 6 additions, 0 deletionsansible/roles/horizon/templates/horizon.json.j2
- ansible/roles/horizon/templates/local_settings.j2 3 additions, 0 deletionsansible/roles/horizon/templates/local_settings.j2
- doc/source/reference/horizon-guide.rst 30 additions, 0 deletionsdoc/source/reference/horizon-guide.rst
- doc/source/reference/index.rst 1 addition, 0 deletionsdoc/source/reference/index.rst
- releasenotes/notes/add-horizon-custom-settings-file-d5dfab8a1a3b4ee7.yaml 5 additions, 0 deletions...es/add-horizon-custom-settings-file-d5dfab8a1a3b4ee7.yaml
doc/source/reference/horizon-guide.rst
0 → 100644
Please register or sign in to comment