86d9a533e8
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
8 lines
315 B
YAML
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.
|