vmware-nsx/neutron/tests/unit/notifiers
Aaron Rosen 94546a3294 Notifier: Catch NotFound error from nova
If neutron sends a single event to nova and the server_uuid isn't found
in nova. The python-novaclient will raise a 404 error. This patch ensures
we explicitly catch that exception and use LOG.warning instead of LOG.exception
as this is not an error and can happen when deleting an instance if neutron
detects that the port_status goes down before the port is deleted because
nova first unplugs the vif and then deletes it from neutron.

Closes-bug: #1309187
(cherry picked from commit c049583e80)

Conflicts:
	neutron/notifiers/nova.py

Change-Id: I7e72da61ccf4c1a3ccc48feb0fdf3d165cdda388
2014-12-11 16:49:13 -05:00
..
__init__.py Notify nova when ports are ready 2014-03-13 17:19:21 -07:00
test_notifiers_nova.py Notifier: Catch NotFound error from nova 2014-12-11 16:49:13 -05:00