Update git submodules

* Update neutron from branch 'master'
  to dfcbb4cce0f206bbf824a1062de028223a27388f
  - Execute "migrate_neutron_database_to_ovn" inside the same DB ctx
    
    All DB commands executed in "migrate_neutron_database_to_ovn"
    should be executed inside the same write context. That will prevent
    the DB transaction errors reported in the BZ. When a OVO object is
    retrieved and updated, both DB commands should be executed in the
    same DB transaction to ensure the DB object stored in the OVO
    (that is a stateful representation of the requested columns) is
    fresh and not modified by other transaction.
    
    Related-Bug: #1939704
    Change-Id: I754e2f9ad5b896fcc14ff30bd2901ccec2471907
This commit is contained in:
Rodolfo Alonso Hernandez 2021-10-06 09:37:47 +00:00 committed by Gerrit Code Review
parent 60e7c6060e
commit 4d730aea94
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ecdc11a56448428f77f5a64fd028f1e4c9644ea3
Subproject commit dfcbb4cce0f206bbf824a1062de028223a27388f