Comment 20 for bug 1460164

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

Reviewed: https://review.openstack.org/259485
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=17c14977ce0e2291e911739f8c85838f1c1f3473
Submitter: Jenkins
Branch: master

commit 17c14977ce0e2291e911739f8c85838f1c1f3473
Author: James Page <email address hidden>
Date: Fri Dec 18 15:02:11 2015 +0000

    Ensure that tunnels are fully reset on ovs restart

    When the l2population mechanism driver is enabled, if ovs is restarted
    tunnel ports are not re-configured in full due to stale ofport handles
    in the OVS agent.

    Reset all handles when OVS is restarted to ensure that tunnels are
    fully recreated in this situation.

    Change-Id: If0e034a034a7f000a1c58aa8a43d2c857dee6582
    Closes-bug: #1460164