kayobe/releasenotes/notes/fallback-to-templating-when-only-one-source-exists-5eb19c0f6b8820d5.yaml
Will Szumski 86d9a533e8 Fallback to templating when only one source exists
This is a backwards compatability improvement, since it was previously
permitted to have a config file that templated to invalid yaml/ini.

Change-Id: I53a0894cc64e83c7342a82ad987b7e5a4696ece2
Closes-Bug: #2042690
2023-11-08 12:33:41 +00:00

8 lines
315 B
YAML

---
fixes:
- |
When merging kolla config, fallback to templating when only one source file
exists. This allows you to use config that templates to invalid yaml/ini as
long as there isn't an environment override. This improves backwards
compatability where it was permitted to use such constructs.