Keystone V3 : List groups API. Same group id exists.

Bug #1486814 reported by Hiroyuki Inada
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Low
Diane Fleming

Bug Description

URL:http://developer.openstack.org/api-ref-identity-v3.html#listGroups

The response sample has same group id.
The group id should be unique value.

{
    "groups": [
        {
            "description": "Developers cleared for work on all general projects",
            "domain_id": "161718",
            "id": "101112",
            "links": {
                "self": "http://identity:35357/v3/groups/101112"
            },
            "name": "Developers"
        },
        {
            "description": "Developers cleared for work on secret projects",
            "domain_id": "161718",
            "id": "101112",
            "links": {
                "self": "http://identity:35357/v3/groups/101112"
            },
            "name": "Secure Developers"
        },
        {
            "description": "Testers cleared for work on all general projects",
            "domain_id": "161718",
            "id": "101112",
            "links": {
                "self": "http://identity:35357/v3/groups/101112"
            },
            "name": "Testers"
        }
    ],
    "links": {
        "self": "http://identity:35357/v3/groups",
        "previous": null,
        "next": null
    }
}

Changed in openstack-api-site:
assignee: nobody → Hiroyuki Inada (inada-hiroyuki)
Changed in openstack-api-site:
assignee: Hiroyuki Inada (inada-hiroyuki) → Diane Fleming (diane-fleming)
status: New → Confirmed
importance: Undecided → Low
milestone: none → liberty
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

Fix proposed to branch: master
Review: https://review.openstack.org/216069

Changed in openstack-api-site:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/216069
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=c89e1e4a55aa0bf94b98e63296652423aa58e00d
Submitter: Jenkins
Branch: master

commit c89e1e4a55aa0bf94b98e63296652423aa58e00d
Author: Diane Fleming <email address hidden>
Date: Sun Aug 23 20:01:18 2015 -0500

    Update list responses to show different ids for different items

    Change-Id: Ica492254981b2f66f8a277adbb7d7044d985a5b5
    Closes-Bug: #1486814

Changed in openstack-api-site:
status: In Progress → 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.