openstack-ansible-haproxy_s.../releasenotes/notes/implement_tuning_params-e627c774c0d0c9d2.yaml
Andrey 8f8543f81a Mentioned haproxy_bufsize option removal
Release note mentiones removal of the option in master branch.

Change-Id: I5a9221ce7072eaab5a419f4b0f7d668cdb000921
2017-03-17 19:30:34 +00:00

11 lines
462 B
YAML

---
features:
- Haproxy-server role allows to set up tunable parameters.
For doing that it is necessary to set up a dictionary of options in the
config files, mentioning those which have to be changed (defaults for the
remaining ones are programmed in the template). Also "maxconn" global option
made to be tunable.
upgrade:
- The ``haproxy_bufsize`` variable has been removed and made a part of the
``haproxy_tuning_params`` dictionary.