Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. swift --debug --os-auth-url http://192.168.253.199:5000/v3 --os-user-id upload --os-password something --auth-version 3 --os-project-name Test --os-project-domain-name Default stat
  2. DEBUG:keystoneclient.auth.identity.v3.base:Making authentication request to http://192.168.253.199:5000/v3/auth/tokens
  3. DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.253.199
  4. DEBUG:urllib3.connectionpool:http://192.168.253.199:5000 "POST /v3/auth/tokens HTTP/1.1" 401 114
  5. DEBUG:keystoneclient.session:Request returned failure status: 401
  6. DEBUG:keystoneclient.v3.client:Authorization failed.
  7. ERROR:swiftclient.service:Unauthorized. Check username/id, password, tenant name/id and user/tenant domain name/id.
  8. Traceback (most recent call last):
  9. File "/usr/local/lib/python2.7/dist-packages/swiftclient/service.py", line 497, in stat
  10. items, headers = get_future_result(stats_future)
  11. File "/usr/local/lib/python2.7/dist-packages/swiftclient/service.py", line 227, in get_future_result
  12. res = f.result(timeout=timeout)
  13. File "/usr/local/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 429, in result
  14. return self.__get_result()
  15. File "/usr/local/lib/python2.7/dist-packages/concurrent/futures/thread.py", line 62, in run
  16. result = self.fn(*self.args, **self.kwargs)
  17. File "/usr/local/lib/python2.7/dist-packages/swiftclient/multithreading.py", line 187, in conn_fn
  18. return fn(*conn_args, **kwargs)
  19. File "/usr/local/lib/python2.7/dist-packages/swiftclient/command_helpers.py", line 24, in stat_account
  20. headers = conn.head_account(headers=req_headers)
  21. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 1714, in head_account
  22. return self._retry(None, head_account, headers=headers)
  23. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 1661, in _retry
  24. self.url, self.token = self.get_auth()
  25. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 1613, in get_auth
  26. timeout=self.timeout)
  27. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 669, in get_auth
  28. auth_version=auth_version)
  29. File "/usr/local/lib/python2.7/dist-packages/swiftclient/client.py", line 579, in get_auth_keystone
  30. raise ClientException(msg)
  31. ClientException: Unauthorized. Check username/id, password, tenant name/id and user/tenant domain name/id.
  32. Unauthorized. Check username/id, password, tenant name/id and user/tenant domain name/id.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement