Update git submodules

* Update ovn-octavia-provider from branch 'master'
  to a2b3561ee63e2bc4fcb6cc8e2603f3bd472c2b05
  - Merge "Ensure OVN-LB is properly configured upon LS removal from LR"
  - Ensure OVN-LB is properly configured upon LS removal from LR
    
    If an ovn-lb is created (VIP and members) in a LS (neutron network)
    that has 2 subnets (IPv4 + IPv6), and this LS is connected to a LR,
    removing the LS from the LR leads to the removal of the ovn-lb from
    the LS and consequently to remove it from the OVN SB DB as it is not
    associated to any datapath
    
    This is a problem on the _find_ls_for_lr function that looks for
    all the LR ports, and get the network name from them, therefore,
    even though the port for the LS got deleted, there is still another
    port from the other subnet pointing to the same network (LS), which
    is the culprit to delete the ovn-lb from that LS.
    
    With this patch, the VIP IP version is consider so that the router
    ports that belongs to the other subnet are not considered and the
    ovn-lb is not therefore removed from the LS.
    
    Closes-Bug: #1992363
    Change-Id: I7b6dd9a31020d942d391726662e9b5ed9d76dc1f
This commit is contained in:
Zuul 2022-10-26 07:35:43 +00:00 committed by Gerrit Code Review
parent 09c4c3ec37
commit c8f4530301
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 35a5ee669f19ff9a37d6c24c641a4b9d5e5559a9
Subproject commit a2b3561ee63e2bc4fcb6cc8e2603f3bd472c2b05