In the example of Request a scoped OS-FEDERATION token, json data is not valid

Bug #1580034 reported by Sohan Sangwan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Low
Pallavi

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--"
            }
...

Pallavi (pallavi-s)
Changed in openstack-manuals:
assignee: nobody → Pallavi (pallavi-s)
Changed in openstack-manuals:
assignee: Pallavi (pallavi-s) → iswarya vakati (v-iswarya)
Pallavi (pallavi-s)
Changed in openstack-manuals:
status: New → Confirmed
Atsushi SAKAI (sakaia)
affects: openstack-manuals → openstack-api-site
Pallavi (pallavi-s)
Changed in openstack-api-site:
assignee: iswarya vakati (v-iswarya) → Pallavi (pallavi-s)
affects: openstack-api-site → keystone
Changed in keystone:
importance: Undecided → Low
milestone: none → newton-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone-specs (master)

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 address hidden>
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
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.