-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ldap & Keystone problem #113
Comments
Hi, On Thu, Jun 20, 2013 at 1:38 AM, Bunpa-Henri notifications@git.luolix.topwrote:
|
Pranav Salunke sent you an invitation Twitter helps you stay connected with what's happening right now and with the people and organizations you care about.
https://twitter.com/i/525b1c4d-2ee2-463b-99cb-3275df7ae51d This message was sent by Twitter on behalf of Twitter users who entered your email address to invite you to Twitter. Need help? |
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
The text was updated successfully, but these errors were encountered: