Comment 35 for bug 1580880

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

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

commit 0694bebd6de3934528492aadb78e3048dd5a07ea
Author: Miguel Lavalle <email address hidden>
Date: Wed May 9 10:39:05 2018 -0500

    Add binding de-activation to OVS agent

    To support multiple port bindings, the L2 agents have to have the
    capability to handle binding deactivation notifications from the
    Neutron server. This patch adds the necessary code to the OVS agent.

    After receiving the notification, the agent un-plugs the corresponding
    VIF from the integration bridge.

    Change-Id: I78178de2039ccabc649558de4f6549a38de90418
    Partial-Bug: #1580880