kayobe/ansible/roles/kolla-openstack/templates/kolla/config/global.conf
Mark Goddard 428ef10fa4 Use merge_configs and merge_yaml to generate Kolla custom config
This patch adds new functionality - merging base & environment specific
kolla config. This allows you to place common settings in the base
configuration and only keep environment specific settings in the
environment directories.

Change-Id: Id4588f4529a4522e68e22ce58711cb927fa68a9d
Story: 2002009
Task: 42903
2023-05-30 16:47:14 +00:00

8 lines
136 B
Plaintext

{% if kolla_extra_global %}
#######################
# Extra configuration
#######################
{{ kolla_extra_global }}
{% endif %}