openstack-ansible/releasenotes/notes/custom-stick-tables-1c790fe223bb0d5d.yaml
Dmitriy Rabotyagov b2b61f792e Bump OpenStack-Ansible for Zed release
Change-Id: Ib97bdd1c77649ce8d3a767da6d29edbe9f7c2888
2022-12-14 13:03:44 +00:00

14 lines
615 B
YAML

---
features:
- |
A new variable ``haproxy_stick_table`` can be defined to apply a
customised stick-table to all backends on the loadbalancer. In addition,
``haproxy_stick_table`` can be set in each service definition to have a
customised stick-table for a particular backend.
upgrade:
- |
A default stick-table was previously applied to all backends by default
but did not have any specific purpose. This is now removed, and the variable
``haproxy_stick_table`` should be used to supply a list of config lines
to be applied to each backend to control stick-table functionality.