]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Better tolerate deleted OVS ports in OVS agent
authorPaul Ward <wpward@us.ibm.com>
Thu, 24 Sep 2015 19:52:28 +0000 (14:52 -0500)
committerPaul Ward <wpward@us.ibm.com>
Thu, 22 Oct 2015 19:45:42 +0000 (14:45 -0500)
commit0a300a2277a583fe28b00db2571982928c752554
treebc3b3ccc1c3e08bb52e28cf6ba54fb7a95db9ebe
parentda4b564590f4d4c8faa3daaddb45116dc4fa5b7f
Better tolerate deleted OVS ports in OVS agent

This change will not force a resync in the case where a virtual machine is
deleted, and therefore its OVS port deleted, in between the time an RPC
call was made to get the devices and where we make the call to correlate
those devices to vif ports.

Change-Id: Ie55eb69ad7ee177f0cf8ee8fc7fc585fbd0d4a22
Closes-Bug: #1499488
neutron/agent/common/ovs_lib.py
neutron/tests/functional/agent/l2/base.py
neutron/tests/functional/agent/test_l2_ovs_agent.py
neutron/tests/unit/agent/common/test_ovs_lib.py