Comment 2 for bug 1557959

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

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 <email address hidden>
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