openstack-ansible-haproxy_s.../releasenotes/notes/stick-table-9ef4bd94a4a000b3.yaml
James Gibson 3139772435 Add variable to disable stick-table
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
2021-06-24 11:53:32 +01:00

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.