-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Hi everyone !
Here's my problem
When i try to log in, nothing happens. The login page refresh and the error.log file show me this:
**[Wed Jun 19 19:49:32 2013] [error] DEBUG:openstack_auth.backend:Beginning user authentication for user "bhtan".
[Wed Jun 19 19:49:32 2013] [error] unable to retrieve service catalog with token
[Wed Jun 19 19:49:32 2013] [error] Traceback (most recent call last):
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py", line 132, in _extract_service_catalog
[Wed Jun 19 19:49:32 2013] [error] endpoint_type='adminURL')
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py", line 62, in url_for
[Wed Jun 19 19:49:32 2013] [error] raise exceptions.EndpointNotFound('Endpoint not found.')
[Wed Jun 19 19:49:32 2013] [error] EndpointNotFound: Endpoint not found.
[Wed Jun 19 19:49:32 2013] [error] DEBUG:openstack_auth.backend:Authentication completed for user "bhtan".
[Wed Jun 19 19:49:32 2013] [error] novaclient connection created using token "854060ecf7c040f4a18204c2d80d34db" and url "http://xxx.xxx.xxx.xxx:8774/v2/6c062b9ae3484ee598e37ad4342e4810"
[Wed Jun 19 19:49:32 2013] [error] \x1b[31;1mUnauthorized: n/a (HTTP 401)\x1b[0m
[Wed Jun 19 19:49:32 2013] [error] Traceback (most recent call last):
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/usage/base.py", line 93, in summarize
[Wed Jun 19 19:49:32 2013] [error] self.usage_list = self.get_usage_list(start, end)
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/usage/base.py", line 140, in get_usage_list
[Wed Jun 19 19:49:32 2013] [error] usage = api.usage_get(self.request, self.tenant_id, start, end)
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/horizon/api/nova.py", line 420, in usage_get
[Wed Jun 19 19:49:32 2013] [error] return Usage(novaclient(request).usage.get(tenant_id, start, end))
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py", line 48, in get
[Wed Jun 19 19:49:32 2013] [error] "tenant_usage")
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 140, in _get
[Wed Jun 19 19:49:32 2013] [error] _resp, body = self.api.client.get(url)
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 239, in get
[Wed Jun 19 19:49:32 2013] [error] return self._cs_request(url, 'GET', kwargs)
[Wed Jun 19 19:49:32 2013] [error] File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 236, in _cs_request
[Wed Jun 19 19:49:32 2013] [error] raise ex
[Wed Jun 19 19:49:32 2013] [error] Unauthorized: n/a (HTTP 401)
I wonder if one of you have tried to make keystone works with LDAP.
Can somebody help me with that? I passed 2 weeks on that problem ...
Thanks