yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61138
[Bug 1661360] Re: tempest test fails with "Instance not found" error
It affects Puppet OpenStack CI but also TripleO. We can't spawn a VM
anymore.
** Also affects: tripleo
Importance: Undecided
Status: New
** Changed in: tripleo
Status: New => Triaged
** Changed in: tripleo
Importance: Undecided => Critical
** Changed in: tripleo
Milestone: None => ocata-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1661360
Title:
tempest test fails with "Instance not found" error
Status in OpenStack Compute (nova):
New
Status in tripleo:
Triaged
Bug description:
Running OpenStack services from master, when we try to run tempest
test
tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
(among others). It always fails with message "u'message': u'Instance
bf33af04-6b55-4835-bb17-02484c196f13 could not be found.'" (full log
in http://logs.openstack.org/15/424915/8/check/gate-puppet-openstack-
integration-4-scenario001-tempest-centos-7/b29f35b/console.html)
According to the sequence in the log, this is what happens:
1. tempest creates an instance:
http://logs.openstack.org/15/424915/8/check/gate-puppet-openstack-
integration-4-scenario001-tempest-
centos-7/b29f35b/console.html#_2017-02-02_13_04_48_291997
2. nova server returns instance bf33af04-6b55-4835-bb17-02484c196f13
so it seems it has been properly created:
http://logs.openstack.org/15/424915/8/check/gate-puppet-openstack-
integration-4-scenario001-tempest-
centos-7/b29f35b/console.html#_2017-02-02_13_04_48_292483
3. tempest try to get status of the instance right after creating it
and nova server returns 404, instance not found:
http://logs.openstack.org/15/424915/8/check/gate-puppet-openstack-
integration-4-scenario001-tempest-
centos-7/b29f35b/console.html#_2017-02-02_13_04_48_292565
http://logs.openstack.org/15/424915/8/check/gate-puppet-openstack-
integration-4-scenario001-tempest-
centos-7/b29f35b/console.html#_2017-02-02_13_04_48_292845
At that time following messages are found in nova log:
2017-02-02 12:58:10.823 7439 DEBUG nova.compute.api [req-eec92d3e-9f78-4915-b3b9-ca6858f8dd6a - - - - -] [instance: bf33af04-6b55-4835-bb17-02484c196f13] Fetching instance by UUID get /usr/lib/python2.7/site-packages/nova/compute/api.py:2312
2017-02-02 12:58:10.879 7439 INFO nova.api.openstack.wsgi [req-eec92d3e-9f78-4915-b3b9-ca6858f8dd6a - - - - -] HTTP exception thrown: Instance bf33af04-6b55-4835-bb17-02484c196f13 could not be found.
2017-02-02 12:58:10.880 7439 DEBUG nova.api.openstack.wsgi [req-eec92d3e-9f78-4915-b3b9-ca6858f8dd6a - - - - -] Returning 404 to user: Instance bf33af04-6b55-4835-bb17-02484c196f13 could not be found. __call__ /usr/lib/python2.7/site-packages/nova/api/openstack/wsgi.py:1039
http://logs.openstack.org/15/424915/8/check/gate-puppet-openstack-
integration-4-scenario001-tempest-centos-7/b29f35b/logs/nova/nova-
api.txt.gz#_2017-02-02_12_58_10_879
4. Then tempest start cleaning up environment, deleting security
group, etc...
We are hitting this with nova from commit
f40467b0eb2b58a369d24a0e832df1ace6c400c3
Tempest starts cleaning up securitygroup
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1661360/+subscriptions
References