Error authenticating with keystone: Unhandled error

Bug #887572 reported by Jean-Pierre Dion
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Invalid
Undecided
Unassigned

Bug Description

I get this error "Error authenticating with keystone: Unhandled error" when I try to login into the dashboard.
I searched among known bugs but I could not find an answer to solve this problem.
Is it related to several sql instances for keystone ?

I have retrieved the dashboard and keystone from github.

I previously opened this bug in horizon but I think it is better filed here.
(ref. bug in horizon = 887495)

Any help appreciated.
jean-pierre

Revision history for this message
Jean-Pierre Dion (jean-pierre-dion) wrote :

Here is the trace :

EBUG:django_openstack.api:auth_api connection created using url "http://localhost:5000/v2.0/"
ERROR:django_openstack.forms:Nonspecific error while handling form
Traceback (most recent call last):
  File "/home/jp/cloud/openstack/openstack-dashboard-last/django-openstack/django_openstack/forms.py", line 178, in maybe_handle
    return form, form.handle(request, data)
  File "/home/jp/cloud/openstack/openstack-dashboard-last/django-openstack/django_openstack/auth/views.py", line 46, in handle
    info = api.token_info(request, token)
  File "/home/jp/cloud/openstack/openstack-dashboard-last/django-openstack/django_openstack/api.py", line 622, in token_info
    o = urlparse(token.serviceCatalog['identity'][0]['adminURL'])
  File "/home/jp/cloud/openstack/openstack-dashboard-last/django-openstack/django_openstack/api.py", line 71, in __getattr__
    return self._apiresource.__getattribute__(attr)
AttributeError: 'Token' object has no attribute 'serviceCatalog'
[14/Nov/2011 16:44:52] "POST /auth/login/?next=/dash/ HTTP/1.1" 200 1420

Revision history for this message
Jean-Pierre Dion (jean-pierre-dion) wrote :

My tentants are :

# ./keystone/bin/keystone-manage tenant list

id name enabled
-------------------------------------------------------------------------------
1 admin 1
2 customer-x 1
3 ANOTHER:TENANT 1
4 project-y 0
5 customer-y 1

and my users :

# ./keystone/bin/keystone-manage user list

id name enabled tenant
-------------------------------------------------------------------------------
1 admin 1 None
2 root 1 None
3 password 1 None
4 admina 1 None
5 joeuser 1 2
6 joeadmin 1 2
7 jp 1 None
8 admin2 1 2

Revision history for this message
Dolph Mathews (dolph) wrote :

I don't think this is applicable to the current codebase (post-merge of redux).

Changed in keystone:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.