puppet-octavia/releasenotes/notes/bug-1797130-789318b2dff121d3.yaml
Kamil Sambor 2bf9dc6ab6 Add posibilities to set default values for timeouts
Partial-Bug: 1797130
Depends-On https://review.openstack.org/609418/
Story: 2004042
Task: 27047
Change-Id: I03e180d1c57735822f793bf0d06130d97e00eafe
2018-10-25 21:36:13 +00:00

11 lines
454 B
YAML

---
features:
- |
Listeners default timeouts can be set by config in section haproxy_amphora:
* `timeout_client_data`: Frontend client inactivity timeout
* `timeout_member_connect`: Backend member connection timeout
* `timeout_member_data`: Backend member inactivity timeout
* `timeout_tcp_inspect`: Time to wait for TCP packets for content inspection
The value for all of these options is expected to be in milliseconds.