87f6c66d31
The timeout-client-data and timeout-member-data configurations for Octavia listeners default to 50 seconds for load balancers created by Kuryr. This patch allows the creation and modification of load balancers handled by Kuryr with different timeouts values. Implements: blueprint configure-lb-listeners-timeout Change-Id: I99016001c2263023d1fa2637d7b5aeb23b3b2d9d
11 lines
537 B
YAML
11 lines
537 B
YAML
---
|
|
features:
|
|
- |
|
|
Kuryr will now support the configuration of Octavia listener timeouts.
|
|
The timeout-client-data and timeout-member-data settings of listeners
|
|
can be configured to use values other than the Octavia defaults when
|
|
creating or modifying loadbalancers handled by Kuryr. In order to use this
|
|
functionality, the new timeout values can be annotated to the Service or
|
|
set in kuryr.conf. New options ``[octavia_defaults]timeout_client_data``
|
|
and ``[octavia_defaults]timeout_member_data`` were added.
|