Comment 3 for bug 1774137

Revision history for this message
zhaodan7597 (zhaodan7597) wrote :

The not found error happening after the server building failed, not in deleteing.
After building failed, it will rollback resources, and destroy this instance. In nova/virt/vmwareapi/driver.py , code goes to destroy() -->_detach_instance_volumes()-->self._vmops.power_off(), then the power_off() will raise a not found exception.