f0e79fcf51
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