tripleo-heat-templates/releasenotes/notes/bug-1797130-b40e402a9bffe2f0.yaml
Kamil Sambor 72996097b6 Add posibilities to set default timeouts for octavia
Expose timeouts values for octavia frontend client
and backend member by parameters:
* OctaviaTimeoutClientData
* OctaviaTimeoutMemberConnect
* OctaviaTimeoutMemberData
* OctaviaTimeoutTcpInspect

Change-Id: I07afa4e15c595f984cba23672f910993495851ff
Closes-Bug: 1797130
Depends-On: https://review.openstack.org/609420/
2018-10-26 10:36:53 +00:00

14 lines
510 B
YAML

---
features:
- |
Octavia default timeouts for backend member and frontend client
can be set by params exposed in template:
* `OctaviaTimeoutClientData`: Frontend client inactivity timeout
* `OctaviaTimeoutMemberConnect`: Backend member connection timeout
* `OctaviaTimeoutMemberData`: Backend member inactivity timeout
* `OctaviaTimeoutTcpInspect`: Time to wait for TCP packets for content inspection
The value for all of these options is expected to be in milliseconds.