
Add support for an admin setting a user's password, the route is defined here: https://github.com/openstack/keystone/blob/master/keystone/v2_crud/admin_crud.py#L110-L114 Also, this patch updates the sample response and sample request for enabling a user, since the two APIs are very similar. Change-Id: I3ad0d4ab8ebec7481954997cd0b127627a18f13d
6 lines
59 B
JSON
6 lines
59 B
JSON
{
|
|
"user": {
|
|
"password": "new_password"
|
|
}
|
|
}
|