ovn-octavia-provider/ovn_octavia_provider
Michał Nasiadka de7c637f52 Check if no members in pool better in batch update
member_batch_update() might find a loadbalancer with
a pool that contains no members, but calling split(',')
will result in an existing member list of ['']. Force
it to an empty list if there are no members.

Conflicts:
   ovn_octavia_provider/tests/unit/test_driver.py

Closes-Bug: #1912779
Change-Id: Iec46c3e1ebef822d43964e13962153dc8760ee42
(cherry picked from commit 6e30b8552c)
(cherry picked from commit d96296752d)
2021-03-16 16:34:38 +00:00
..
common Add support for OVN LB selection fields 2020-05-15 12:53:19 +00:00
hacking Add unit tests for hacking/checks.py 2020-03-20 14:57:57 -04:00
ovsdb Move OVN Octavia Provider driver code to this repository 2020-02-18 16:23:54 +00:00
tests Check if no members in pool better in batch update 2021-03-16 16:34:38 +00:00
__init__.py Initialize repository 2020-01-15 14:41:32 +00:00
agent.py Spawn long-running processes in the driver agent 2020-04-29 10:11:19 -04:00
driver.py Check if no members in pool better in batch update 2021-03-16 16:34:38 +00:00
i18n.py Move OVN Octavia Provider driver code to this repository 2020-02-18 16:23:54 +00:00