Comment 10 for bug 1849098

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

Reviewed: https://review.opendev.org/691861
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6d581e94aa9a42894ebb9161790e64b2b60828b0
Submitter: Zuul
Branch: stable/queens

commit 6d581e94aa9a42894ebb9161790e64b2b60828b0
Author: Oleg Bondarev <email address hidden>
Date: Mon Oct 21 15:40:12 2019 +0400

    Handle OVSFWPortNotFound and OVSFWTagNotFound in ovs firewall

    This will prevent ovs agent from endless fail loop when dealing
    with unbound port: like when port was created in neutron before
    agent become alive, then agent gets online and and starts processing
    devices.
    This patch adds exception handling to prepare_port_filter() -
    same as done in update_port_filter().

    Change-Id: I1137eb18efaf51c67fab145e645f58cbd3772e40
    Closes-Bug: #1849098
    (cherry picked from commit e801159003978f7c5c67eb3e9fe36fa690656d77)