Reviewed: https://review.opendev.org/c/openstack/neutron/+/872271 Committed: https://opendev.org/openstack/neutron/commit/910574a5cc3653226901b8c7e96d0827d5e52f9b Submitter: "Zuul (22348)" Branch: master
commit 910574a5cc3653226901b8c7e96d0827d5e52f9b Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed Jan 25 03:45:26 2023 +0100 Use SLQAlchemy ORM "relationship" instead of "relation" "relation" was deprecated in SQLAlchemy 1.4 [1]. [1]https://docs.sqlalchemy.org/en/14/orm/relationship_api.html#sqlalchemy.orm.relation Closes-Bug: #2004258 Change-Id: Ia37a178532860d52b2ed836f66b0f4ca73f8343c ** 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/2004258 Title: [sqlalchemy-20] ORM "relation" deprecated since v1.4 Status in neutron: Fix Released Bug description: Reference: https://docs.sqlalchemy.org/en/14/orm/relationship_api.html#sqlalchemy.orm.relation "relationship" should be used instead: https://docs.sqlalchemy.org/en/14/orm/relationship_api.html#sqlalchemy.orm.relationship To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2004258/+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

