Skip to content

Fix password field name - #127

Merged
woorea merged 4 commits into
woorea:masterfrom
kovaliovs:master
Mar 13, 2014
Merged

Fix password field name#127
woorea merged 4 commits into
woorea:masterfrom
kovaliovs:master

Conversation

@kovaliovs

Copy link
Copy Markdown
Contributor

Fix password field name according to OpenStack documentation
http://api.openstack.org/api-ref-identity.html#identity-v2.
Example of json request
{
"user": {
"username": "jqsmith",
"email": "john.smith@example.org",
"enabled": true,
"OS-KSADM:password": "secrete"
}
}

Sergey Kovalyov and others added 4 commits January 28, 2014 18:05
Fix password field name according to OpenStack documentation
http://api.openstack.org/api-ref-identity.html#identity-v2.
Example of json request
{
  "user": {
    "username": "jqsmith",
    "email": "john.smith@example.org",
    "enabled": true,
    "OS-KSADM:password": "secrete"
  }
}
On call nova.servers().boot(serverForCreate).execute() OpenStack return Accepted status.
OpenStack could have specific extensions which add fields to response, to avoid unexpected fields just ignore them.
woorea added a commit that referenced this pull request Mar 13, 2014
@woorea
woorea merged commit abf4e4f into woorea:master Mar 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants