Comment 34 for bug 1580880

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

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

commit be7ad302e1f8b9a6b57c7b0c9f6c17f43f63f391
Author: Miguel Lavalle <email address hidden>
Date: Mon May 7 16:39:56 2018 -0500

    Support binding_deactivate in CacheBackedPluginApi

    CacheBackedPluginApi enables the neutron server to push resources
    updates to L2 agents. The agents retrieve the resources updates locally
    from the cache implemented by it. CacheBackedPluginApi also emulates
    server notifications to the agents, such as port_delete or port_update,
    based on the updated data received by the cache. This commit adds code
    to CacheBackedPluginApi to implement a binding_deactivate notification
    from the server to the agents

    Change-Id: I023ccbd405bc41379007d87a9c1051970aa8d603
    Partial-Bug: #1580880