Update git submodules

* Update neutron-lib from branch 'master'
  to 5b1dab0e8f6d27dabfa5088f950a2d4ad186e0a5
  - [sqlalchemy-20] Use session.transaction information to decide if active
    
    The "session.transaction" member "_connections" is a dictionary with the
    active database connections of the current transaction. Neutron will use
    it to determine if the session is active or not. This parameter will
    provide more accurate information than "new", "dirty" or "deleted". A
    read (SELECT) operation won't be included on those lists while the
    transaction is currently active.
    
    This patch is patch is a direct transcription of [1].
    
    [1]https://review.opendev.org/c/openstack/neutron/+/843256
    
    Related-Bug: #1975542
    
    Change-Id: Ibc04a1940c3833d3e10dbfc011598ac11c58ba13
This commit is contained in:
Rodolfo Alonso Hernandez 2022-07-27 17:51:06 +02:00 committed by Gerrit Code Review
parent 83ef3431f1
commit 1a64bc2b5c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 89dc650220244628ea78f58ea2771a2ca0c63a73
Subproject commit 5b1dab0e8f6d27dabfa5088f950a2d4ad186e0a5