Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created April 27, 2015 22:00
Show Gist options
  • Select an option

  • Save omgjlk/e3e30ff64d3b43491d0a to your computer and use it in GitHub Desktop.

Select an option

Save omgjlk/e3e30ff64d3b43491d0a to your computer and use it in GitHub Desktop.
======================================================================
FAIL: setUpClass (tempest.api.image.v2.test_images.ListImagesTest)
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/refstack-client/.tempest/tempest/test.py", line 256, in setUpClass
cls.setup_credentials()
File "/home/ubuntu/refstack-client/.tempest/tempest/api/image/base.py", line 46, in setup_credentials
cls.os = clients.Manager(cls.isolated_creds.get_primary_creds())
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 325, in get_primary_creds
return self.get_credentials('primary')
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 317, in get_credentials
credentials.tenant_id)
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 233, in _create_network_resources
network = self._create_network(network_name, tenant_id)
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 255, in _create_network
name=name, tenant_id=tenant_id)
File "/home/ubuntu/refstack-client/.tempest/tempest/services/network/json/network_client.py", line 139, in _create
resp, body = self.post(uri, post_data)
File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 252, in post
return self.request('POST', url, extra_headers, headers, body)
File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 629, in request
resp, resp_body)
File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 737, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status))
tempest_lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment