octavia/octavia/api/v2/types
Michael Johnson d086b3a98b 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
(cherry picked from commit 930a3236bf)
2019-04-26 08:54:55 -07:00
..
__init__.py Introduce Types Directory 2017-01-11 11:35:09 -06:00
amphora.py Add cached_zone to the amphora record 2017-10-31 17:15:45 -07:00
health_monitor.py Merge "Fix url_path valid check" 2017-07-27 02:41:43 +00:00
l7policy.py Add filtering and field selection to API 2017-06-22 17:46:22 -07:00
l7rule.py Add filtering and field selection to API 2017-06-22 17:46:22 -07:00
listener.py Fix listener API handling of None/null updates 2019-04-26 08:54:55 -07:00
load_balancer.py Correct flavor to flavor_id in LB API 2018-08-17 17:12:41 +00:00
member.py Allow PUT to /pools/<id>/members to batch update members 2017-09-20 18:14:53 -07:00
pool.py Merge "Add pool session persistence validation" into stable/queens 2018-07-18 17:38:37 +00:00
quotas.py Add filtering and field selection to API 2017-06-22 17:46:22 -07:00