octavia/octavia/common
Roman Goncharov 604cc30bd3 Fix MAX_TIMEOUT value for listener
In the database, timeout_client_data, timeout_member_connect,
timeout_member_data, timeout_tcp_inspect have an integer type with
a maximum size of 2147483647. Now MAX_TIMEOUT in API does not exceed
this value and is equal to 24 days (2073600000 seconds).

Story: 2009193
Task: 43248
Change-Id: I990b6af1ff880b25e54f6c41ae0c966007f3f098
(cherry picked from commit 3a8f056306)
(cherry picked from commit 9a25a643e2)
2021-09-15 08:41:20 +02:00
..
jinja Fix invalid/deleted members in haproxy config file 2021-05-25 15:18:13 +00:00
tls_utils Fix issues with unavailable secrets 2019-10-24 14:30:56 +00:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
base_taskflow.py Fix python2 AttributeError with strptime 2020-10-01 08:17:04 +02:00
clients.py Fix neutron subnet lookup ignoring endpoint_type 2020-06-26 19:24:45 +00:00
config.py Fix comment for the ca_certificates_file opt 2021-05-17 09:42:16 +02:00
constants.py Fix MAX_TIMEOUT value for listener 2021-09-15 08:41:20 +02:00
context.py Don't reload the policy for every API request. 2017-06-29 10:47:27 -07:00
data_models.py Fix pool delete race on load balancer cascade delete 2020-10-19 20:33:36 +02:00
decorators.py Update Octavia docs for documentation migration 2017-07-03 11:43:40 -07:00
exceptions.py Refactor the failover flows 2020-07-09 10:59:04 +00:00
keystone.py Cleaning up logging 2019-02-06 22:45:05 -08:00
policy.py Accept oslopolicy-policy-generator path arguments 2019-12-11 09:35:23 +00:00
rpc.py Fix oslo messaging connection leakage 2019-02-18 15:28:22 -08:00
service.py Fix oslo messaging connection leakage 2019-02-18 15:28:22 -08:00
stats.py Align logging on oslo_log 2018-06-17 11:32:32 -07:00
utils.py Refactor the failover flows 2020-07-09 10:59:04 +00:00
validate.py Validate resource access when creating loadbalancer or member 2020-04-22 22:14:21 +00:00