Comment 11 for bug 1718345

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

Reviewed: https://review.opendev.org/685173
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=add87accc5105124241042a5f0933b76e93648f4
Submitter: Zuul
Branch: stable/stein

commit add87accc5105124241042a5f0933b76e93648f4
Author: Swaminathan Vasudevan <email address hidden>
Date: Sun Oct 1 23:27:29 2017 -0700

    DVR: Cleanup ml2 dvr portbindings on migration

    When a DVR router is migrated from distributed to
    centralized, we are unbinding the router from the
    agents, but the ml2 distributed portbindings for
    the router port still remains intact.

    This patch will fix the issue by deleting the
    binding entry for multiple hosts.

    Closes-Bug: #1718345
    Change-Id: If139790eb336ff13b07b094151946af30322ad3e
    (cherry picked from commit 32bfc3edeca935fc9c16b3019aa0af3091cd19e7)