Skip to content

Instantly share code, notes, and snippets.

Created October 16, 2014 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eea9892d10318450db46 to your computer and use it in GitHub Desktop.
Save anonymous/eea9892d10318450db46 to your computer and use it in GitHub Desktop.
ERROR:swiftclient:HTTPConnectionPool(host='controller', port=8080): Max retries exceeded with url: /v1/AUTH_e8a9eedddf054de2908f6a37d3f178d8 (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1189, in _retry
rv = func(self.url, self.token, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 460, in head_account
conn.request(method, parsed.path, '', headers)
File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 188, in request
files=files, **self.requests_args)
File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 177, in _request
return requests.request(*arg, **kwarg)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 455, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 558, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 378, in send
raise ConnectionError(e)
ConnectionError: HTTPConnectionPool(host='controller', port=8080): Max retries exceeded with url: /v1/AUTH_e8a9eedddf054de2908f6a37d3f178d8 (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
HTTPConnectionPool(host='controller', port=8080): Max retries exceeded with url: /v1/AUTH_e8a9eedddf054de2908f6a37d3f178d8 (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment