yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50485
[Bug 1580034] [NEW] In the example of Request a scoped OS-FEDERATION token, json data is not valid
You have been subscribed to a public bug:
In the section "Request a scoped OS-FEDERATION token" of the OpenStack
Identity API v3 OS-FEDERATION, the JSON data given for "Example request"
is not valid.
https://specs.openstack.org/openstack/keystone-specs/api/v3/identity-
api-v3-os-federation-ext.html#request-a-scoped-os-federation-token
The enclosing double quote is missing in the keyword "token" as follows:
{
"auth": {
"identity": {
"methods": [
"token"
],
"token: {
"id": "--federated-token-id--"
}
}
},
"scope": {
"project": {
"id": "263fd9"
}
}
}
It should be as follows:
...
"token": {
"id": "--federated-token-id--"
}
...
** Affects: keystone
Importance: Undecided
Assignee: Pallavi (pallavi-s)
Status: Confirmed
--
In the example of Request a scoped OS-FEDERATION token, json data is not valid
https://bugs.launchpad.net/bugs/1580034
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).