neutron/neutron/tests/unit/notifiers
rossella 6e275e3857 When deleting floating IP catch PortNotFound
If we try to delete a VM and to delete the floating IP
associated with the VM at the same time, depending
on the order according to which these requests are processed
Neutron might fail in the deletion of the floating IP,
raising a PortNotFound error. This happens because Neutron
notifies Nova of the network change event and it tries to get
the port to which the FIP is associated. If the port is not there,
Neutron shouldn't raise, it shouldn't send any notification.

Change-Id: Ic72313ad1f787b3cb528e806c843f1fd01eb12f2
Closes-bug: #1586931
2016-07-06 11:14:07 +00:00
..
__init__.py Notify nova when ports are ready 2014-03-13 17:19:21 -07:00
test_batch_notifier.py Reuse nova batch notifier 2015-03-20 13:55:08 +00:00
test_nova.py When deleting floating IP catch PortNotFound 2016-07-06 11:14:07 +00:00