Reviewed: https://review.openstack.org/314498 Committed: https://git.openstack.org/cgit/openstack/keystone-specs/commit/?id=b45e264e16e6991af3f8d48f7023e2c85550a812 Submitter: Jenkins Branch: master
commit b45e264e16e6991af3f8d48f7023e2c85550a812 Author: Pallavi <[email protected]> Date: Tue May 10 14:52:05 2016 +0530 Added missed double quote Change-Id: I295dd24aad2991918912e4aff165a5d775d5c76f Closes-Bug: #1580034 ** Changed in: keystone Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1580034 Title: In the example of Request a scoped OS-FEDERATION token, json data is not valid Status in OpenStack Identity (keystone): Fix Released Bug description: 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--" } ... To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1580034/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

