Comment 33 for bug 1580880

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

Reviewed: https://review.openstack.org/563803
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f374697760c65d3db53c50e77080a7a76819c24c
Submitter: Zuul
Branch: master

commit f374697760c65d3db53c50e77080a7a76819c24c
Author: Miguel Lavalle <email address hidden>
Date: Mon Apr 23 21:53:43 2018 -0500

    Add binding_deactivate method to Linux bridge agent

    This commit adds a binding_deactivate method to the Linux bridge agent
    to receive messages from the ML2 plugin when a binding is de-activated
    for a port. After receiving that message, the agent un-plugs the
    corresponding tap interface from the port's network bridge.

    To support this, a binding_deactivate method is also added to the agents
    notifier. Finally, the activate method in the ML2 plugin is updated to
    use the binding_deactivate method in the agents notifier.

    Change-Id: I3f4e34766791c472a2c81842190094f697baa05c
    Partial-Bug: #1580880