Comment 3 for bug 1501556

Revision history for this message
Chuck Carmack (chuckcarmack75) wrote :

It seems like Delete was called on the instance while it was in building state, and the instance was destroyed but not saved.

https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L2383

I think save was supposed to update the vm_state and task_state columns, while destroy was able to update the deleted_at column.