octavia/octavia/api/v2/types
Michael Johnson 930a3236bf Fix listener API handling of None/null updates
The current listener API does not properly handle clearing/reseting
values on update. Some integer only fields, such as connection-limit,
will accept null, but will store the value as "None". These will
will cause failures updating the amphora configuration.

This patch corrects this to appropriately handle None/null updates
to the listener parameters.

Change-Id: I41c9bedd8a3452513af3d409fbacd65ea287f02a
Story: 2005374
Task: 30352
2019-04-22 16:24:14 -07:00
..
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
amphora.py Add amphora statistics to the admin API 2018-12-20 22:28:51 -08:00
flavor_profile.py Add flavor, flavor_profile table and their APIs 2019-01-25 12:25:13 -08:00
flavors.py Add flavor, flavor_profile table and their APIs 2019-01-25 12:25:13 -08:00
health_monitor.py Support Host header inject for healthmonitor HTTP 1.1 health check 2019-03-06 01:24:31 +00:00
l7policy.py Support L7policy redirect http code 2019-03-04 15:04:53 -08:00
l7rule.py Tags support for lb resources 2018-12-17 07:58:04 +00:00
listener.py Fix listener API handling of None/null updates 2019-04-22 16:24:14 -07:00
load_balancer.py Adds flavor support to the amphora driver 2019-01-25 20:34:11 +00:00
member.py Tags support for lb resources 2018-12-17 07:58:04 +00:00
pool.py Add boolean tls_enabled option into Pool 2019-03-01 00:20:38 +00:00
provider.py Add provider driver capabilities API 2019-01-25 12:38:03 -08:00
quotas.py Correct naming for quota resources 2018-07-25 21:54:54 -07:00