yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10527
[Bug 1288012] [NEW] Change user credential error, keystone returns 404 not found
Public bug reported:
When I change user credential using rest API,keystone returns 404 not
found.
The request is:
POST http://{myhost}:{adminPort}/v2.0/users/{userId}/OS-KSADM/credentials
Content-type : application/json
Accept: application/json
X-Auth-Token: {adminAtuhenticatedToken}
{
"passwordCredentials": {
"username": "testUser",
"password": "pass1234"
}
}
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1288012
Title:
Change user credential error,keystone returns 404 not found
Status in OpenStack Identity (Keystone):
New
Bug description:
When I change user credential using rest API,keystone returns 404 not
found.
The request is:
POST http://{myhost}:{adminPort}/v2.0/users/{userId}/OS-KSADM/credentials
Content-type : application/json
Accept: application/json
X-Auth-Token: {adminAtuhenticatedToken}
{
"passwordCredentials": {
"username": "testUser",
"password": "pass1234"
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1288012/+subscriptions
Follow ups
References