Skip to content
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

Open
goku417 opened this issue Jun 19, 2013 · 2 comments
Open

ldap & Keystone problem #113

goku417 opened this issue Jun 19, 2013 · 2 comments

Comments

@goku417
Copy link

goku417 commented Jun 19, 2013

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:https://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

@dguitarbite
Copy link
Contributor

Hi,
You have some error in the Keystone configs or in the database. I think
mostly in the keystone config. By the way the support for this guide has
been stopped.

On Thu, Jun 20, 2013 at 1:38 AM, Bunpa-Henri [email protected]:

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:https://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


Reply to this email directly or view it on GitHubhttps://github.com//issues/113
.

@dguitarbite
Copy link
Contributor

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.

Accept invitation

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.
Unsubscribe: https://twitter.com/i/o?t=1&iid=de1aa24c21124dceb4e79ea7bcc05216&uid=0&c=IuVwbCB3dgEDTn3%2Fjj7SZnzE7cnXEedSWa0ssC0%2B1Hwtu9TRAyk1u%2F%2Bz00TG6hhu1xvkx%2BjhZpE1WIbMpEPtdLk80%2B%2BhVyAIbEQKQltqiHrVG4R%2BIXmW9Q%3D%3D&nid=9+26

Need help?
https://support.twitter.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants