
In some use cases you may want to define your own stick-table and rules, this can be done using the backend_arguments variables. As you can have only one stick-table per backend or frontend the default stick-table needs to be disabled. I am also not convinved the default stick-table is used for anything, it just logs requests and never uses the logs, i think it could be removed. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/797819 Change-Id: I54307c00673ababb277257f2bb0e456e3e011ac4
6 lines
179 B
YAML
6 lines
179 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new variable haproxy_stick_table_enabled to haproxy_service_configs,
|
|
that allows you to conditionally enable or disable the default stick-table.
|