kolla-ansible/releasenotes/notes/bug-1872545-52f00bd340a800c2.yaml
Jason Anderson 6d00236edb
[haproxy-config] Fix missing servers in split cfg
When using the split config style, all backends would be empty, which
meant that HAProxy was unable to serve any traffic. This turned out to
be due to a bad default in the split config template.

Closes-Bug: #1872545
Change-Id: I952e526e735e1d31445963f04d41d66bbdbfdee4
2020-04-14 13:36:57 -05:00

6 lines
147 B
YAML

---
fixes:
- |
Fixes issue where HAProxy would have no backend servers in its config files
when using the "split" config template style.