kolla-ansible/releasenotes/notes/bug-1872545-52f00bd340a800c2.yaml
Jason Anderson 9f944d4bd1 [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
(cherry picked from commit 6d00236edb5339e9877500cef9dc7169a17163b3)
2020-04-16 13:21:50 +00: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.