neutron/neutron/notifiers
Aaron Rosen c049583e80 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.

Change-Id: I909025503fc88a92201d5247ae5223e4516e8707
Closes-bug: #1309187
2014-04-17 13:51:09 -07:00
..
__init__.py Notify nova when ports are ready 2014-03-13 17:19:21 -07:00
nova.py Notifier: Catch NotFound error from nova 2014-04-17 13:51:09 -07:00