Comment 2 for bug 1181567

Revision history for this message
Dolph Mathews (dolph) wrote : Re: tempest: test_create_server timeout

Slightly different back trace from http://logs.openstack.org/31489/1/gate/gate-tempest-devstack-vm-quantum/27053/console.html but I believe it to be a similar timeout:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
    return func()
  File "/opt/stack/new/tempest/tempest/api/compute/servers/test_server_addresses.py", line 31, in setUpClass
    resp, cls.server = cls.create_server(wait_until='ACTIVE')
  File "/opt/stack/new/tempest/tempest/api/compute/base.py", line 195, in create_server
    server['id'], kwargs['wait_until'])
  File "/opt/stack/new/tempest/tempest/services/compute/json/servers_client.py", line 165, in wait_for_server_status
    raise exceptions.BuildErrorException(server_id=server_id)
BuildErrorException: Server %(server_id)s failed to build and is in ERROR status
Details: Server 22b47ce3-f05a-42e9-94b2-d13159b226b0 failed to build and is in ERROR status