Advertisement
Guest User

Untitled

a guest
May 19th, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. # ./bin/swift-account-stats -r http://127.0.0.1:8080/v2.0/ admin:admin admin
  2. Traceback (most recent call last):
  3. File "./bin/swift-account-stats", line 150, in <module>
  4. main()
  5. File "./bin/swift-account-stats", line 92, in main
  6. tenant_name=admin_tenant)
  7. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py", line 144, in __init__
  8. self.authenticate()
  9. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 318, in inner
  10. return func(*args, **kwargs)
  11. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 392, in authenticate
  12. resp = self.get_raw_token_from_identity_service(**kwargs)
  13. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py", line 170, in get_raw_token_from_identity_service
  14. return a.get_auth_ref(self.session)
  15. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/auth/identity/v2.py", line 86, in get_auth_ref
  16. authenticated=False)
  17. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 325, in post
  18. return self.request(url, 'POST', **kwargs)
  19. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 318, in inner
  20. return func(*args, **kwargs)
  21. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 266, in request
  22. raise exceptions.from_response(resp, method, url)
  23. keystoneclient.openstack.common.apiclient.exceptions.Unauthorized: Unauthorized (HTTP 401)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement