octavia/octavia/api
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
..
common Support to filter resources by tags 2019-01-22 13:46:24 +13:00
drivers Fix setting of VIP QoS policy 2019-04-03 14:59:58 +02:00
handlers Fix oslo messaging connection leakage 2019-02-18 15:28:22 -08:00
v1 Support REDIRECT_PREFIX action for L7Policy 2018-09-28 18:10:39 +07:00
v2 Fix listener API handling of None/null updates 2019-04-22 16:24:14 -07:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
app.py Add auditing support to the Octavia API 2018-12-11 23:32:58 +00:00
config.py Implement provider drivers - Load Balancer 2018-05-22 17:26:08 -07:00
root_controller.py Support Host header inject for healthmonitor HTTP 1.1 health check 2019-03-06 01:24:31 +00:00