Comment 12 for bug 1661360

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: tempest test fails with "Instance not found" error

OK yeah so the issue is that the instance fails to build (for whatever reason, I'm not sure what that is but it's probably a separate bug), but then the instance is put into the cell0 database but the instance GET code in the compute API doesn't lookup the instance from the cell0 database because the service version is 0 since TripleO is running under Apache which doesn't run our code to create a service record in the nova database for the nova-osapi_compute service.

So the recommendation is to not run nova-api under Apache in Ocata and the nova team will work on fixing this properly in Pike and start gating on that configuration.