openstack-ansible/releasenotes/notes/implement_tuning_params-e627c774c0d0c9d2.yaml
Andy McCrae 26b1fb9ce5 Role Pin for Pike OSA Milestone-1
Nova is pinned before 6dd047a3307a1056077608fd5bc2d1c3b3285338 until
https://review.openstack.org/#/c/455710/ can merge.

Change-Id: I27adc85337424a7b251d8d5d614ad4446c6c55d3
2017-04-12 11:52:44 +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.