Comment 1 for bug 887572

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