Yes you are correct, this is not a tempest bug tempest made a request and got a 500 response which is never correct. You should file the bug against nova which is actually the cause of this failure:
http://logs.openstack.org/31/230031/2/check/gate-tempest-dsvm-full- ceph/6316fc9/logs/screen-n-cpu.txt.gz?level=TRACE ** Changed in: tempest Status: New => Invalid ** Also affects: nova Importance: Undecided Status: New -- 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/1502039 Title: gate-tempest-dsvm-full-ceph fails with "There are not enough hosts available" Status in OpenStack Compute (nova): New Status in tempest: Invalid Bug description: Probably not a tempest bug, but I'm not sure where to report it. I see this in the gate: http://logs.openstack.org/31/230031/2/check/gate-tempest-dsvm-full- ceph/6316fc9/console.html#_2015-10-01_22_05_41_874 Following stacktrace: 2015-10-01 22:05:41.877 | Captured traceback: 2015-10-01 22:05:41.877 | ~~~~~~~~~~~~~~~~~~~ 2015-10-01 22:05:41.877 | Traceback (most recent call last): 2015-10-01 22:05:41.877 | File "tempest/test.py", line 127, in wrapper 2015-10-01 22:05:41.877 | return f(self, *func_args, **func_kwargs) 2015-10-01 22:05:41.878 | File "tempest/scenario/test_shelve_instance.py", line 108, in test_shelve_instance 2015-10-01 22:05:41.878 | self._create_server_then_shelve_and_unshelve() 2015-10-01 22:05:41.878 | File "tempest/scenario/test_shelve_instance.py", line 79, in _create_server_then_shelve_and_unshelve 2015-10-01 22:05:41.878 | create_kwargs=create_kwargs) 2015-10-01 22:05:41.878 | File "tempest/scenario/manager.py", line 198, in create_server 2015-10-01 22:05:41.878 | status='ACTIVE') 2015-10-01 22:05:41.878 | File "tempest/common/waiters.py", line 75, in wait_for_server_status 2015-10-01 22:05:41.878 | server_id=server_id) 2015-10-01 22:05:41.878 | tempest.exceptions.BuildErrorException: Server d636e691-ef46-4d88-b929-b0db103b23c0 failed to build and is in ERROR status 2015-10-01 22:05:41.878 | Details: {u'message': u'No valid host was found. There are not enough hosts available.', u'code': 500, u'created': u'2015-10-01T22:01:53Z'} This from logstash shows 158 hits over seven days: http://logstash.openstack.org/#eyJmaWVsZHMiOltdLCJzZWFyY2giOiJtZXNzYWdlOlwidGVtcGVzdFwiIEFORCBcInNlcnZlclwiIEFORCBcIk5vIHZhbGlkIGhvc3Qgd2FzIGZvdW5kLiBUaGVyZSBhcmUgbm90IGVub3VnaCBob3N0cyBhdmFpbGFibGVcIiIsInRpbWVmcmFtZSI6IjYwNDgwMCIsImdyYXBobW9kZSI6ImNvdW50Iiwib2Zmc2V0IjowLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQ0Mzc3MjYyNTQzMH0= To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1502039/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

