octavia/octavia/common
Roman Goncharov 9a25a643e2 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)
2021-09-14 17:48:38 +00:00
..
jinja Fix rsyslog configuration when disabling logs 2021-06-08 16:47:24 +02:00
tls_utils Remove all usage of six library 2020-03-18 17:15:26 -04:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
base_taskflow.py Fix task_flow.max_workers with persistence in amphorav2 2021-06-08 16:47:36 +02:00
clients.py Fix neutron subnet lookup ignoring endpoint_type 2020-06-26 19:24:32 +00:00
config.py Fix comment for the ca_certificates_file opt 2021-06-08 16:47:55 +02:00
constants.py Fix MAX_TIMEOUT value for listener 2021-09-14 17:48:38 +00:00
context.py Don't reload the policy for every API request. 2017-06-29 10:47:27 -07:00
data_models.py Fix amphorav2 bytes error 2021-01-12 08:02:39 +00:00
decorators.py Update Octavia docs for documentation migration 2017-07-03 11:43:40 -07:00
exceptions.py Refactor the failover flows 2020-09-08 08:46:57 +00:00
keystone.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
policy.py Don't register cli opts on import 2020-04-07 00:06:44 +00:00
rpc.py Fix oslo messaging connection leakage 2019-02-18 15:28:22 -08:00
service.py Set neutron client logging to INFO 2019-09-13 16:09:29 -07:00
stats.py Align logging on oslo_log 2018-06-17 11:32:32 -07:00
utils.py Refactor the failover flows 2020-09-08 08:46:57 +00:00
validate.py Validate resource access when creating loadbalancer or member 2020-04-22 16:19:38 +12:00