octavia/octavia/api/v2
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
..
controllers Fix listener API handling of None/null updates 2019-04-22 16:24:14 -07:00
types 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