openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #09393
Re: Code 500 when authenticating with password
On Sat, 31 Mar 2012 10:26:10 +0800
Yong Sheng Gong <gongysh@xxxxxxxxxx> wrote:
> also you can see the request body from server log, just like this:
>
> 2012-03-31 10:16:44 DEBUG [keystone.common.wsgi] ******************** REQUEST BODY ********************
> 2012-03-31 10:16:44 DEBUG [keystone.common.wsgi] {"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "password"}}}
> 2012-03-31 10:16:44 DEBUG [keystone.common.wsgi]
Indeed it's there in the log:
2012-03-30 21:35:41 DEBUG [keystone.common.wsgi] ******************** REQUEST BODY ********************
2012-03-30 21:35:41 DEBUG [keystone.common.wsgi] {"auth": {"tenantName": "admten", "passwordCredentials": {"username": "admin", "password": "admpass"}}}
But how does this help?
-- Pete
References