Comment 2 for bug 1702769

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

Reviewed: https://review.openstack.org/481311
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9e9a8a07c3cb1eed074399af36affe857011133e
Submitter: Jenkins
Branch: master

commit 9e9a8a07c3cb1eed074399af36affe857011133e
Author: Swaminathan Vasudevan <email address hidden>
Date: Thu Jul 6 14:11:50 2017 -0700

    DVR: Fix binding info for DVR port not found error

    Recently we have been seeing an error in neutron associated
    with DVR routers, that says 'Binding info for DVR port not
    found'.
    This error is thrown when the 'get_bound_port_context' is
    called when trying to notify_l2pop_port_wiring.
    notify_l2pop_port_wiring is intended for router 'HA' ports, so
    the get_bound_port_context should be called here only for 'HA'
    ports.

    This was introduced by a recent refactor in neutron
    Icd4cd4e3f735e88299e86468380c5f786e7628fe

    Change-Id: I1c636344068518aa26be6c96c598c61b7f0f3563
    Closes-Bug: #1702769