Comment 9 for bug 1475093

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

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

commit 0947458018725b241603139f4ec6f92e84b2f29b
Author: Isaku Yamahata <email address hidden>
Date: Wed Jul 15 12:17:48 2015 -0700

    l3_db: it updates port attribute without L2 plugin

    L3_NAT_dbonly_mixin._add_interface_by_port update Port.owner
    db entry directly without notifying l2 plugin.
    Thus L2 plugin/ML2 mechanism driver will be confused when
    interface is attached to router by port because port owner is different.
    Use L2 plugin update_port method to update port:owner.

    Change-Id: If0178887282456842b6078a851a9233cb58a391a
    Closes-Bug: #1475093