yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48268
[Bug 1557959] Re: subnet rbac_entries not configured as a list
Reviewed: https://review.openstack.org/293314
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=691f8f5ea54c04bfdfb76e25bda14665b05ed859
Submitter: Jenkins
Branch: master
commit 691f8f5ea54c04bfdfb76e25bda14665b05ed859
Author: Kevin Benton <kevin@xxxxxxxxxx>
Date: Wed Mar 16 01:35:26 2016 -0700
Add uselist=True to subnet rbac_entries relationship
Because the join conditions for Subnet rbac entries
are manually specified, SQLAlchemy is not
automatically detecting that this relationship is a list.
This adds the uselist=True kwarg to the relationship to
ensure that it's always handled as a list.
Change-Id: Ia4ae57ddd932260691584ae74c0305a79b2e60a9
Closes-Bug: #1557959
** 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/1557959
Title:
subnet rbac_entries not configured as a list
Status in neutron:
Fix Released
Bug description:
These logs show up in the server:
/usr/local/lib/python2.7/dist-
packages/sqlalchemy/orm/strategies.py:1582: SAWarning: Multiple rows
returned with uselist=False for eagerly-loaded attribute
'Subnet.rbac_entries'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1557959/+subscriptions
References