Update git submodules

* Update neutron from branch 'master'
  to 01a6684dd09e1f435f0468c789c957bee9a82014
  - Merge "Don't delete already deleted extra router routes"
  - Don't delete already deleted extra router routes
    
    When handling the deletion of extra routes we need to handle the case
    that the route is already deleted by another call in the time we have
    fetched the extra routes and try to delete it. This is a classic race
    condition when two calls try to update the routes of a router at the
    same time. The default MariaDB/MySQL transaction isolation level does
    not suffice to prevent this scenario. Directly deleting the route
    without fetching it solves this problem.
    
    Change-Id: Ie8238310569eb7c1c53296195800bef5c9cb92a3
    Closes-Bug: #2057698
This commit is contained in:
Zuul 2024-03-26 17:34:24 +00:00 committed by Gerrit Code Review
parent d30f93757a
commit 76a72143ee
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0590bcda689403e9fe1f53767006c11a801e4327
Subproject commit 01a6684dd09e1f435f0468c789c957bee9a82014