Comment 50 for bug 1665215

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

Reviewed: https://review.opendev.org/643144
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7b960e57ce2525904a4b4d0f0a9e89f2c56fb6cf
Submitter: Zuul
Branch: stable/ocata

commit 7b960e57ce2525904a4b4d0f0a9e89f2c56fb6cf
Author: Kevin Benton <email address hidden>
Date: Mon May 15 19:08:05 2017 -0700

    Notify L2pop driver from update_device_(up|down)

    This patch calls update_port_up and update_port_down inside
    of the l2pop driver directly from update_device_up and
    update_device_down in the ML2 RPC layer. This allows the L2pop
    driver to setup forwarding entries completely independent of
    the port status update events.

    This will allow L2pop to function without requiring the ports to
    transition from ACTIVE->BUILD->ACTIVE every time the agent requests
    device details.

    This will unblock the push notifications work and will additionally
    enable us to remove the update to BUILD status as part of a performance
    improvement backport for bug #1665215.

    Partial-Bug: #1665215
    Partially-Implements: blueprint push-notifications
    Change-Id: Icd4cd4e3f735e88299e86468380c5f786e7628fe
    (cherry picked from commit 9f55d77016083ffb9c4d9cd3da5bb95de82186f7)