Skip to content

Instantly share code, notes, and snippets.

@pkilambi
Created February 28, 2013 19:20
Show Gist options
  • Save pkilambi/5059302 to your computer and use it in GitHub Desktop.
Save pkilambi/5059302 to your computer and use it in GitHub Desktop.
[Thu Feb 28 19:09:19 2013] [error] Unhandled Exception in of type "<class 'keystoneclient.exceptions.EndpointNotFound'>" in dashboard.
[Thu Feb 28 19:09:19 2013] [error] Traceback (most recent call last):
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111, in get_response
[Thu Feb 28 19:09:19 2013] [error] response = callback(request, *callback_args, **callback_kwargs)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 47, in view
[Thu Feb 28 19:09:19 2013] [error] return self.dispatch(request, *args, **kwargs)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py", line 68, in dispatch
[Thu Feb 28 19:09:19 2013] [error] return handler(request, *args, **kwargs)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/forms/views.py", line 84, in post
[Thu Feb 28 19:09:19 2013] [error] return self.get(self, request, *args, **kwargs)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/forms/views.py", line 64, in get
[Thu Feb 28 19:09:19 2013] [error] form, handled = self.maybe_handle()
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/forms/views.py", line 59, in maybe_handle
[Thu Feb 28 19:09:19 2013] [error] self.form, self.handled = form.maybe_handle(self.request, **kwargs)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/forms/base.py", line 101, in maybe_handle
[Thu Feb 28 19:09:19 2013] [error] exceptions.handle(request)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/forms/base.py", line 99, in maybe_handle
[Thu Feb 28 19:09:19 2013] [error] return form, form.handle(request, form.cleaned_data)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/views/auth_forms.py", line 177, in handle
[Thu Feb 28 19:09:19 2013] [error] exceptions.handle(request, ignore=True)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/views/auth_forms.py", line 172, in handle
[Thu Feb 28 19:09:19 2013] [error] unscoped_token.id)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/api/keystone.py", line 216, in token_create_scoped
[Thu Feb 28 19:09:19 2013] [error] service_type='identity', endpoint_type=endpoint_type)
[Thu Feb 28 19:09:19 2013] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py", line 62, in url_for
[Thu Feb 28 19:09:19 2013] [error] raise exceptions.EndpointNotFound('Endpoint not found.')
[Thu Feb 28 19:09:19 2013] [error] EndpointNotFound: Endpoint not found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment