26b1fb9ce5
Nova is pinned before 6dd047a3307a1056077608fd5bc2d1c3b3285338 until https://review.openstack.org/#/c/455710/ can merge. Change-Id: I27adc85337424a7b251d8d5d614ad4446c6c55d3
11 lines
462 B
YAML
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.
|