Update git submodules

* Update ovn-octavia-provider from branch 'master'
  to f034bab144b68cf96c538339e389c4cc7c6d7d63
  - Remove leftover OVN LB HM port upon deletion of a member
    
    When a load balancer pool has a Health Monitor associated with it,
    an OVN LB Health Monitor port is created for each backend member
    subnet added.
    
    When removing backend members, the OVN LB Health Monitor port is
    cleaned up only if no more members are associated with the Health
    Monitor pool. However, this assumption is incorrect. This patch
    corrects this behavior by checking instead if there are more members
    from the same subnet associated with the pool. It ensures that the
    OVN LB Health Monitor port is deleted only when the last member from
    the subnet is deleted. If the port is being used by another different
    LB Health Monitor, `_clean_up_hm_port` will handle it.
    
    Closes-Bug: #2062965
    Change-Id: I4c35cc5c6af14bb208f4313bb86e3519df0a30fa
This commit is contained in:
Fernando Royo 2024-04-30 16:02:24 +02:00 committed by Gerrit Code Review
parent 1229ddbce0
commit 593ec44b7d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4dc7fc72e91142f24019cef5c60957c2cdc4ead4
Subproject commit f034bab144b68cf96c538339e389c4cc7c6d7d63