neutron/neutron/notifiers
rossella 9e403b18f0 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.

Conflicts:
	neutron/notifiers/nova.py
	neutron/tests/unit/notifiers/test_nova.py

Closes-bug: #1586931
Change-Id: Ic72313ad1f787b3cb528e806c843f1fd01eb12f2
(cherry picked from commit 6e275e3857)
2016-07-08 15:52:28 +00:00
..
__init__.py Notify nova when ports are ready 2014-03-13 17:19:21 -07:00
batch_notifier.py Reuse nova batch notifier 2015-03-20 13:55:08 +00:00
nova.py When deleting floating IP catch PortNotFound 2016-07-08 15:52:28 +00:00