Comment 33 for bug 1649317

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

Reviewed: https://review.openstack.org/446937
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5935b617fbda72a79ed5d1148d1b176ef8adade7
Submitter: Jenkins
Branch: stable/newton

commit 5935b617fbda72a79ed5d1148d1b176ef8adade7
Author: Kevin Benton <email address hidden>
Date: Tue Dec 13 18:07:42 2016 -0800

    Get rid of ml2 port model hook join

    The binding is already joined to the port via a backref relationship
    so we can just utilize that rather than join to the table an additional
    time.

    Partial-Bug: #1649317
    Change-Id: I267a808b411f44b2128955dc93bd8da34d1fac91
    (cherry picked from commit 3ea5f7ce5627599b7e1f0f1c1d583dd5466b7d31)