From fc16be3d86bbc922c4eed2c1897eefc27ee22bd0 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 30 May 2022 07:54:08 +0000 Subject: [PATCH] Update git submodules * Update neutron from branch 'master' to 663cdd74285b8c077144c953a1a29dacc8441770 - Merge "[sqlalchemy-20] Add missing DB contexts in L3 methods" - [sqlalchemy-20] Add missing DB contexts in L3 methods The goal of this series of patches is to make the Neutron code compliant with SQLAlchemy 2.0. This patch adds the missing database contexts in the execution of some queries in the L3 code, reported in the following bugs. This patch also refactors the ``neutron.db.l3_db`` methods, using the method decorators instead of the inline context builders. Closes-Bug: #1974144 Closes-Bug: #1974142 Related-Bug: #1964575 Change-Id: I7e18db7f1fa6b8878c13df09895c993704401815 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 1c3d433184..663cdd7428 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 1c3d433184fb0dccd1dc5732781084e2a0e17d88 +Subproject commit 663cdd74285b8c077144c953a1a29dacc8441770