yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23893
[Bug 1382787] [NEW] Inconsistency in documentation (API reference) for Boolean parameters
Public bug reported:
The Boolean parameters mentioned for the request within the API
reference guide are enclosed within double quotes ( " ) which is wrong.
This needs to be corrected
http://developer.openstack.org/api-ref-identity-v3.html
One instance in the guide are as follows:
For e.g within Users section , POST v3/users
Request:
{
"user": {
"default_project_id": "...",
"description": "...",
"domain_id": "--optional--",
"email": "...",
"enabled": "...", <==it specifies to enclose value within double quotes which is wrong , it should be "enabled" : true|false ==>
"name": "...",
"password": "--optional--"
}
}
** 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/1382787
Title:
Inconsistency in documentation (API reference) for Boolean parameters
Status in OpenStack Identity (Keystone):
New
Bug description:
The Boolean parameters mentioned for the request within the API
reference guide are enclosed within double quotes ( " ) which is
wrong. This needs to be corrected
http://developer.openstack.org/api-ref-identity-v3.html
One instance in the guide are as follows:
For e.g within Users section , POST v3/users
Request:
{
"user": {
"default_project_id": "...",
"description": "...",
"domain_id": "--optional--",
"email": "...",
"enabled": "...", <==it specifies to enclose value within double quotes which is wrong , it should be "enabled" : true|false ==>
"name": "...",
"password": "--optional--"
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1382787/+subscriptions
Follow ups
References