Comment 9 for bug 1523638

Revision history for this message
Sean M. Collins (scollins) wrote :

Right - because it appears to be a "use after free" inside of Tempest, where tempest has a handle to a compute instance, deletes it, but then later tries to use it again. In the logs of Nova we see the REST call from Tempest to delete the server, then later a REST call to get information about the instance, where Nova returns a 404.