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

10 lines
169 B
Plaintext

# {{ ansible_managed }}
{% if kolla_extra_multipathd %}
#######################
# Extra configuration
#######################
{{ kolla_extra_multipathd }}
{% endif %}