Comment 10 for bug 1352801

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

Reviewed: https://review.openstack.org/112984
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c5fafcb30a5b86e87309ad4650f7d05a2ca038dc
Submitter: Jenkins
Branch: master

commit c5fafcb30a5b86e87309ad4650f7d05a2ca038dc
Author: Carl Baldwin <email address hidden>
Date: Fri Aug 8 17:31:59 2014 +0000

    Remove unneeded device_owner field from l2pop tuple

    The DVR development added this device_owner to the middle of this
    tuple during early development because it was thought to be needed.
    Over the course of development, it was found to be unnecessary and
    much of the code that read it from this value was removed or
    obsoleted. That job went unfinished and so this commit completes it.
    This essentially restores the code to what it was before and fixes the
    regression that was caused.

    Change-Id: Ia901f925883b53e9880dd25688e16e0ffe402bf4
    Partial-bug: #1352801