Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. ubuntu@exotic-ram:~$ swift --debug list
  2. DEBUG:keystoneclient.auth.identity.v3.base:Making authentication request to http://192.168.253.199:35357/auth/tokens
  3. DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.253.199
  4. DEBUG:urllib3.connectionpool:http://192.168.253.199:35357 "POST /auth/tokens HTTP/1.1" 404 93
  5. DEBUG:keystoneclient.session:Request returned failure status: 404
  6. ERROR:swiftclient.service:Authorization Failure. Authorization failed: The resource could not be found. (HTTP 404)
  7. Traceback (most recent call last):
  8. File "/usr/local/lib/python2.7/dist-packages/swiftclient/service.py", line 892, in _list_account_job
  9. headers=req_headers
  10. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 1724, in get_account
  11. full_listing=full_listing, headers=headers)
  12. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 1661, in _retry
  13. self.url, self.token = self.get_auth()
  14. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 1613, in get_auth
  15. timeout=self.timeout)
  16. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 669, in get_auth
  17. auth_version=auth_version)
  18. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 581, in get_auth_keystone
  19. raise ClientException('Authorization Failure. %s' % err)
  20. ClientException: Authorization Failure. Authorization failed: The resource could not be found. (HTTP 404)
  21. Authorization Failure. Authorization failed: The resource could not be found. (HTTP 404)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement