Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/handle-instancenotfound-exceptions. Description: The two exceptions UnexpectedTaskState and InstanceNotFound are thrown when a delete of the instance happens before the ongoing action is completed. These are to be handled gracefully. These exceptions have to be logged and not reraised, as they are false alarms. Specification URL (additional information): None