Comment 2 for bug 1589400

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

Reviewed: https://review.openstack.org/326818
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3a612fc870cd044e126c0f66a484e696318ae9cb
Submitter: Jenkins
Branch: master

commit 3a612fc870cd044e126c0f66a484e696318ae9cb
Author: yujie <email address hidden>
Date: Mon Sep 19 15:17:48 2016 +0800

    Improve tunnel_sync

    When start ovs-agent, method tunnel_sync will call
    _setup_tunnel_port when l2_pop is not enabled.
    For each tunnel _setup_tunnel_port will be called once,
    every call will add flood flows to br-tun. But one time
    call is enough.

    Change-Id: I80f25edb35a89c5476f5216e151a27cbd3dcd120
    Co-Authored-By: Yan Xing an <email address hidden>
    Closes-bug: #1589400