Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. {
  2. 'msg': 'OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: auto-mux: Trying existing master
  6. debug1: mux_client_request_session: master session id: 2
  7. Traceback (most recent call last):
  8. File "<stdin>", line 2789, in <module>
  9. File "<stdin>", line 1189, in main
  10. File "<stdin>", line 445, in command_router
  11. File "<stdin>", line 606, in ensure_tenant
  12. File "<stdin>", line 625, in ensure_project
  13. File "<stdin>", line 561, in _get_domain
  14. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v3/domains.py", line 59, in list
  15. return super(DomainManager, self).list(**kwargs)
  16. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 73, in func
  17. return f(*args, **new_kwargs)
  18. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 366, in list
  19. self.collection_key)
  20. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 113, in _list
  21. resp, body = self.client.get(url, **kwargs)
  22. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in get
  23. return self.request(url, \'GET\', **kwargs)
  24. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 206, in request
  25. resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)
  26. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 95, in request
  27. return self.session.request(url, method, **kwargs)
  28. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 337, in inner
  29. return func(*args, **kwargs)
  30. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 395, in request
  31. raise exceptions.from_response(resp, method, url)
  32. keystoneclient.openstack.common.apiclient.exceptions.NotFound: The resource could not be found. (HTTP 404) (Request-ID: req-6a39df73-b996-49a3-ada0-da1a0e4ae2bf)
  33. ',
  34. 'failed': True,
  35. 'attempts': 5,
  36. 'parsed': False
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement