Comment 9 for bug 1964575

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/842468
Committed: https://opendev.org/openstack/neutron/commit/59973d29c3d9d2defd2003206e138a94090ad4ff
Submitter: "Zuul (22348)"
Branch: master

commit 59973d29c3d9d2defd2003206e138a94090ad4ff
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri May 13 14:05:57 2022 +0000

    [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