bilelmsekni / OpenStack-Folsom-Install-guide

A full installation guide for OpenStack Folsom with Quantum
161 stars 136 forks source link

ldap & Keystone problem #113

Open goku417 opened 11 years ago

goku417 commented 11 years ago

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

dguitarbite commented 11 years ago

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 notifications@github.comwrote:

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

— Reply to this email directly or view it on GitHubhttps://github.com/mseknibilel/OpenStack-Folsom-Install-guide/issues/113 .

dguitarbite commented 10 years ago

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