neutron/neutron/tests
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
..
etc Service Type Framework refactoring 2013-07-25 21:47:30 +04:00
functional Add functional tests to verify ovs_lib VXLAN detection 2014-04-13 19:29:02 +00:00
unit Notifier: Catch NotFound error from nova 2014-04-17 13:51:09 -07:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
base.py set api.extensions logging to ERROR in unit tests 2014-04-07 17:07:41 -04:00
post_mortem_debug.py Add post-mortem debug option for tests 2013-12-10 03:56:50 +00:00
tools.py Replace mox in unit tests with mock 2013-11-18 22:17:14 +09:00