neutron/neutron/plugins/ml2/drivers/openvswitch/agent
Lucian Petrut e60a510d85 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-29 08:18:23 +00:00
..
common adds support for vhost user reconnect. 2017-01-10 13:20:29 +00:00
extension_drivers Transition qos notification driver into qos driver 2017-01-25 14:13:36 +01:00
openflow Log reserved cookies in cleanup_flows method 2017-07-21 19:46:39 +00:00
xenapi XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
main.py Add OSprofiler support 2016-05-20 11:35:59 -05:00
ovs_agent_extension_api.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
ovs_capabilities.py Add agent-side driver scaffolding for trunk functionality 2016-08-18 12:10:22 +00:00
ovs_dvr_neutron_agent.py DVR: Inter Tenant Traffic between networks not possible with shared net 2018-06-26 14:07:09 +00:00
ovs_neutron_agent.py Trivial: avoid KeyError while processing ports 2018-08-29 08:18:23 +00:00
vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00