Update git submodules

* Update octavia from branch 'master'
  to 025bfdd758ea6521a28dfaf40d916ef6f7421752
  - Merge "Fix race condition in members batch update API call"
  - Fix race condition in members batch update API call
    
    Fix a potential race condition, the member batch update API call
    computes a delta between the current state of the members in the DB and
    the members in the requests. But it fetches the members from the DB
    before locking the load balancer, it means that another Octavia service
    may still update the list of members, then the computation of the
    changes may be incorrect.
    
    The list of members is now queried in the locked section.
    
    Closes-Bug: #2036156
    Change-Id: I453ff385620f488a3e43d4fda01634cdce3be5d4
This commit is contained in:
Zuul 2023-09-25 11:42:44 +00:00 committed by Gerrit Code Review
parent 83e7a35da3
commit fb95e6b073
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 33fed53043091e5016a9114dfd803092a09a718b
Subproject commit 025bfdd758ea6521a28dfaf40d916ef6f7421752