kolla-ansible/releasenotes/notes/bug-1990523-d29021229e3102f2.yaml
Serhat Rıfat Demircan 155ed969ae set haproxy balance algorithm to roundrobin for horizon
Currently kolla-ansible sets haproxy balance algorithm to source for
horizon. We can set it to round-robin if the cache backend is memcached
or using the database as the session storage backend. So we can
distribute http requests evenly to all available horizon instances.

Closes-Bug: #1990523
Change-Id: I0721cadcf53d59947bc0db6a193bfafe49c41ad3
2022-10-03 22:42:41 +03:00

7 lines
157 B
YAML

---
other:
- |
sets balancing algorithm to round-robin for horizon
if memcached is enabled
`LP#1990523 <https://launchpad.net/bugs/1990523>`__