Advertisement
Guest User

Untitled

a guest
Mar 16th, 2017
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.40 KB | None | 0 0
  1. 2017-03-16 12:09:33.739 3336 INFO neutron.wsgi [-] 10.0.4.10 - - [16/Mar/2017 12:09:33] "GET / HTTP/1.1" 200 272 0.000441
  2. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors [-] An error occurred during processing the request: GET /v2.0/networks HTTP/1.0
  3. Accept: application/json
  4. Accept-Encoding: gzip, deflate
  5. Connection: keep-alive
  6. Content-Type: text/plain
  7. Host: cloudcontroller:9696
  8. User-Agent: openstacksdk/0.9.13 keystoneauth1/2.18.0 python-requests/2.12.4 CPython/2.7.12
  9. X-Auth-Token: *****
  10. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors Traceback (most recent call last):
  11. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/oslo_middleware/catch_errors.py", line 41, in __call__
  12. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     response = req.get_response(self.application)
  13. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1299, in send
  14. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     application, catch_exc_info=False)
  15. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1263, in call_application
  16. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     app_iter = application(self.environ, start_response)
  17. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 130, in __call__
  18. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     resp = self.call_func(req, *args, **self.kwargs)
  19. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 195, in call_func
  20. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return self.func(req, *args, **kwargs)
  21. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/__init__.py", line 332, in __call__
  22. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     response = self.process_request(req)
  23. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/__init__.py", line 623, in process_request
  24. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     resp = super(AuthProtocol, self).process_request(request)
  25. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/__init__.py", line 405, in process_request
  26. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     allow_expired=allow_expired)
  27. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/__init__.py", line 435, in _do_fetch_token
  28. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     data = self.fetch_token(token, **kwargs)
  29. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/__init__.py", line 762, in fetch_token
  30. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     allow_expired=allow_expired)
  31. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/_identity.py", line 217, in verify_token
  32. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     auth_ref = self._request_strategy.verify_token(
  33. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/_identity.py", line 168, in _request_strategy
  34. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     strategy_class = self._get_strategy_class()
  35. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/_identity.py", line 190, in _get_strategy_class
  36. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     if self._adapter.get_endpoint(version=klass.AUTH_VERSION):
  37. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 176, in get_endpoint
  38. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return self.session.get_endpoint(auth or self.auth, **kwargs)
  39. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/session.py", line 856, in get_endpoint
  40. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return auth.get_endpoint(self, **kwargs)
  41. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystonemiddleware/auth_token/_auth.py", line 118, in get_endpoint
  42. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     authenticated=False)
  43. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner
  44. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return wrapped(*args, **kwargs)
  45. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/discover.py", line 140, in __init__
  46. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     authenticated=authenticated)
  47. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner
  48. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return wrapped(*args, **kwargs)
  49. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/discover.py", line 40, in get_version_data
  50. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     resp = session.get(url, headers=headers, authenticated=authenticated)
  51. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/session.py", line 758, in get
  52. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return self.request(url, 'GET', **kwargs)
  53. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner
  54. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     return wrapped(*args, **kwargs)
  55. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/session.py", line 616, in request
  56. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     resp = send(**kwargs)
  57. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors   File "/usr/lib/python2.7/dist-packages/keystoneauth1/session.py", line 678, in _send_request
  58. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors     raise exceptions.SSLError(msg)
  59. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors SSLError: SSL exception connecting to https://127.0.0.1:35357: ("bad handshake: Error([('SSL routines', 'SSL23_GET_SERVER_HELLO', 'unknown protocol')],)",)
  60. 2017-03-16 12:09:33.750 3336 ERROR oslo_middleware.catch_errors
  61. 2017-03-16 12:09:33.752 3336 INFO neutron.wsgi [-] 10.0.4.10 - - [16/Mar/2017 12:09:33] "GET /v2.0/networks HTTP/1.1" 500 419 0.011392
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement