yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57932
[Bug 1633285] Re: Identity API v3 (CURRENT) in Identity API Reference
Reviewed: https://review.openstack.org/387162
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=193915938c1feaae7e3df5ed8c7a4be349a5828a
Submitter: Jenkins
Branch: master
commit 193915938c1feaae7e3df5ed8c7a4be349a5828a
Author: npraveen35 <npraveen35@xxxxxxxxx>
Date: Mon Oct 17 10:32:41 2016 +0530
changed domain id to name in JSON request
When authenticating, it is more common for a user to supply a name
for a resource rather than an ID.
Further, since the bootstrapping command was introduced the "id" of the
default domain is no longer "default" but rather a UUID.
Change-Id: Ib75fac089924ab9c513861027f1875058232408e
Closes-Bug: #1633285
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1633285
Title:
Identity API v3 (CURRENT) in Identity API Reference
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
In the section of "/v3/auth/tokens Password authentication with unscoped authorization", the Request Example( http://developer.openstack.org/api-ref/identity/v3/index.html?expanded=password-authentication-with-unscoped-authorization-detail#request-example) is not correct. The domain id should be changed to domain name as following:
"password": {
"user": {
"name": "admin",
"domain": {
"name": "default"
},
"password": "devstacker"
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1633285/+subscriptions