yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10934
[Bug 1277463] Re: Unimplemented error on V3 get token
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1277463
Title:
Unimplemented error on V3 get token
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
Configuring keystone on V3 with LDAP configured for Assignment and
Identity
If you try this curl command:
$ curl -i -X POST https://theserver:5000/v3/auth/tokens -H "Content-
Type: application/json" -d '{"auth": {"identity": {"methods":
["password"], "password": {"user": {"domain": {"name": "Default"},
"name": "USERNAME", "password": "PASSWORD"}}}}}' --insecure
The response is:
{"error": {"message": "The action you have requested has not been
implemented.", "code": 501, "title": "Not Implemented"}}
This is the log info http://paste.openstack.org/show/63030/
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1277463/+subscriptions
References