neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch
Lucian Petrut eec374c4d8 Trivial: avoid KeyError while processing ports
The Neutron OVS agent logs can get flooded with KeyErrors as the
'_get_port_info' method skips the added/removed dict items if no
ports have been added/removed, which are expected to be present,
even if those are just empty sets.

This change ensures that those port info dict fields are always set.

Closes-Bug: #1783556

Change-Id: I9e5325aa2d8525231353ba451e8ea895be51b1ca
(cherry picked from commit da5b13df2b)
2018-08-22 00:47:22 +00:00
..
agent Trivial: avoid KeyError while processing ports 2018-08-22 00:47:22 +00:00
mech_driver use callback payloads for BEFORE_READ events 2017-12-24 15:52:55 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00