neutron/neutron/agent/linux/openvswitch_firewall
Oleg Bondarev c20c77feb9 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 e801159003)
2019-10-28 06:34:53 +00:00
..
__init__.py Open vSwitch conntrack based firewall driver 2016-02-16 16:47:21 +00:00
constants.py remove neutron.common.constants 2019-04-04 14:10:26 -06:00
exceptions.py ovsfw: Don't create rules if updated port doesn't exist 2018-01-05 16:28:18 +00:00
firewall.py Handle OVSFWPortNotFound and OVSFWTagNotFound in ovs firewall 2019-10-28 06:34:53 +00:00
iptables.py remove neutron.common.constants 2019-04-04 14:10:26 -06:00
rules.py Fix KeyError in OVS firewall 2019-03-11 09:58:39 +09:00