Guest User

Untitled

a guest
Feb 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error [-] Error handling request /v2.0/metrics/names: EndpointNotFound: Could not find requested endpoint in Service Catalog.
  2. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error Traceback (most recent call last):
  3. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/async.py", line 56, in handle
  4. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error self.handle_request(listener_name, req, client, addr)
  5. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 152, in handle_request
  6. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error super(GeventWorker, self).handle_request(*args)
  7. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/async.py", line 107, in handle_request
  8. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error respiter = self.wsgi(environ, resp.start_response)
  9. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/webob/dec.py", line 131, in __call__
  10. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error resp = self.call_func(req, *args, **self.kwargs)
  11. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/webob/dec.py", line 196, in call_func
  12. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error return self.func(req, *args, **kwargs)
  13. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/oslo_middleware/request_id.py", line 58, in __call__
  14. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error response = req.get_response(self.application)
  15. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/webob/request.py", line 1327, in send
  16. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error application, catch_exc_info=False)
  17. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/webob/request.py", line 1291, in call_application
  18. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error app_iter = application(self.environ, start_response)
  19. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/webob/dec.py", line 131, in __call__
  20. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error resp = self.call_func(req, *args, **self.kwargs)
  21. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/webob/dec.py", line 196, in call_func
  22. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error return self.func(req, *args, **kwargs)
  23. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py", line 334, in __call__
  24. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error response = self.process_request(req)
  25. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py", line 633, in process_request
  26. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error resp = super(AuthProtocol, self).process_request(request)
  27. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py", line 407, in process_request
  28. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error allow_expired=allow_expired)
  29. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py", line 440, in _do_fetch_token
  30. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error data = self.fetch_token(token, **kwargs)
  31. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py", line 772, in fetch_token
  32. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error allow_expired=allow_expired)
  33. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/_identity.py", line 219, in verify_token
  34. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error auth_ref = self._request_strategy.verify_token(
  35. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/_identity.py", line 170, in _request_strategy
  36. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error strategy_class = self._get_strategy_class()
  37. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystonemiddleware/auth_token/_identity.py", line 192, in _get_strategy_class
  38. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error if self._adapter.get_endpoint(version=klass.AUTH_VERSION):
  39. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 223, in get_endpoint
  40. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error return self.session.get_endpoint(auth or self.auth, **kwargs)
  41. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 942, in get_endpoint
  42. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error return auth.get_endpoint(self, **kwargs)
  43. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 379, in get_endpoint
  44. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error allow_version_hack=allow_version_hack, **kwargs)
  45. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 270, in get_endpoint_data
  46. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error service_catalog = self.get_access(session).service_catalog
  47. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 134, in get_access
  48. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error self.auth_ref = self.get_auth_ref(session)
  49. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 199, in get_auth_ref
  50. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error self._plugin = self._do_create_plugin(session)
  51. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 138, in _do_create_plugin
  52. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error authenticated=False)
  53. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 556, in get_discovery
  54. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error authenticated=authenticated)
  55. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/discover.py", line 1171, in get_discovery
  56. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error disc = Discover(session, url, authenticated=authenticated)
  57. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/discover.py", line 401, in __init__
  58. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error authenticated=authenticated)
  59. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/discover.py", line 99, in get_version_data
  60. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error resp = session.get(url, headers=headers, authenticated=authenticated)
  61. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 840, in get
  62. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error return self.request(url, 'GET', **kwargs)
  63. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error File "/usr/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 598, in request
  64. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error raise exceptions.EndpointNotFound()
  65. 2018-02-15 15:43:20,605.605 131 ERROR gunicorn.error EndpointNotFound: Could not find requested endpoint in Service Catalog.
Advertisement
Add Comment
Please, Sign In to add comment