Reviewed: https://review.opendev.org/c/openstack/neutron/+/790288 Committed: https://opendev.org/openstack/neutron/commit/2321339ee64c68c6647b0c9d7482712440e1e6a0 Submitter: "Zuul (22348)" Branch: master
commit 2321339ee64c68c6647b0c9d7482712440e1e6a0 Author: Rodolfo Alonso Hernandez <[email protected]> Date: Fri May 7 17:28:32 2021 +0000 Fix SQLAlchemy warnings with view only relationships The view only relatinships must be specified in the DB model. The following are fixed: - QosNetworkPolicyBinding.port: "port" DB object will have a view only copy of the "network" QoS policy. - Subnet.rbac_entries: "subnet" DB object will have a view only copy of the "network" RBAC policies. Change-Id: I2396c0a23b00439d46faf4b29a082b3819528d89 Closes-Bug: #1927763 ** 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/1927763 Title: Fix SQLAlchemy warnings with version 1.4.x Status in neutron: Fix Released Bug description: With new SLQAlchemy version, 1.4.x, three new warnings appear when the Neutron server is started: http://paste.openstack.org/show/805038/. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1927763/+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

