Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/872272 Committed: https://opendev.org/openstack/neutron-lib/commit/59eebaa19960494882c854b1efeb7816e532ce9a Submitter: "Zuul (22348)" Branch: master
commit 59eebaa19960494882c854b1efeb7816e532ce9a Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed Jan 25 03:47:20 2023 +0100 [sqlalchemy-20] Use ``Session.get_transaction()`` "transaction" is no longer a public member in ``Session`` class. The method ``get_transaction`` should be used instead. Change-Id: I182dcd2f4ff9d6d0d1092c8f9967b4a5cc063242 Closes-Bug: #2004260 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2004260 Title: [neutron-lib][sqlalchemy-20] ``Session.transaction`` is no longer a public member Status in neutron: Fix Released Bug description: To retrieve the session transaction, the method ``get_transaction`` should be used. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2004260/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

