Comment 4 for bug 2004258

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-dynamic-routing (master)

Reviewed: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/872384
Committed: https://opendev.org/openstack/neutron-dynamic-routing/commit/37a8a1aae61af97d18ee4b6f8f9bf08b8153bba8
Submitter: "Zuul (22348)"
Branch: master

commit 37a8a1aae61af97d18ee4b6f8f9bf08b8153bba8
Author: elajkat <email address hidden>
Date: Wed Feb 1 09:14:08 2023 +0100

    Use SLQAlchemy ORM "relationship" instead of "relation"

    Similar patch: [2]
    "relation" was deprecated in SQLAlchemy 1.4 [1].

    [1]https://docs.sqlalchemy.org/en/14/orm/relationship_api.html#sqlalchemy.orm.relation
    [2]: https://review.opendev.org/c/openstack/neutron/+/872271

    Change-Id: I0ec4b79f18df828e96e989a8e97dd3d7a879e1ea
    Closes-Bug: #2004258