kolla-ansible/releasenotes/notes/bug-1892622-c14ece962ec98632.yaml
Radosław Piliszek 8228b5ea12 Make keep-alive timeout configurable
Change-Id: Iffadcddfb70650cdf4c6c4d9ec3b7471d63f5ff8
Closes-Bug: #1892622
2020-08-23 20:33:51 +02:00

18 lines
826 B
YAML

---
features:
- |
Makes it possible to set HAProxy's ``timeout http-keep-alive`` via
``haproxy_http_keep_alive_timeout``. The default is 10s, like the
previous default that applied via ``haproxy_http_request_timeout``.
`LP#1892622 <https://launchpad.net/bugs/1892622>`__
upgrade:
- |
HAProxy's ``timeout http-keep-alive`` is now set via
``haproxy_http_keep_alive_timeout``. The default is 10s, like the
previous default that applied via ``haproxy_http_request_timeout``,
but the new variable does not follow the old one so might need customising
if the former was customised for keep-alive purposes.
Do note the two values do not have to have the same value and often do not.
Please read the linked record for background.
`LP#1892622 <https://launchpad.net/bugs/1892622>`__