[Identity API v2.0 extensions] "users" and "users_links" are missed in Response Parameters Table for listing all users

Bug #1567238 reported by NGUYEN TUONG THANH
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Undecided
Sharat Sharma

Bug Description

Using Identity API v2.0 extensions for listing all users:
http://developer.openstack.org/api-ref-identity-v2-ext.html#listUsers
the response body contains "users" and "users_links" parameters:
========RESPONSE BODY===============
{
    "users": [
        {
            "id": "u1000",
            "name": "jqsmith",
            "email": "<email address hidden>",
            "enabled": true
        },
        {
            "id": "u1001",
            "name": "jqsmith",
            "email": "<email address hidden>",
            "enabled": true
        }
    ],
    "users_links": []
}
============================
However, they are missed in Response Parameters table.
So, we should update for this case.

Tags: keystone
Changed in openstack-api-site:
assignee: nobody → NGUYEN TUONG THANH (thanhnt-z)
Atsushi SAKAI (sakaia)
tags: added: keystone
Changed in openstack-api-site:
status: New → Confirmed
Revision history for this message
Sharat Sharma (sharat-sharma) wrote :

Hi NGUYEN TUONG THANH,
Are you working on this? Please let me know

Revision history for this message
Sharat Sharma (sharat-sharma) wrote :

Assigning to myself to push patches ASAP and resolve as many bugs as possible.

Changed in openstack-api-site:
assignee: NGUYEN TUONG THANH (thanhnt-z) → Sharat Sharma (sharat-sharma)
status: Confirmed → In Progress
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/310372

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

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

commit dacad4777f8a265adb6b668412265d2a5d843b33
Author: sharat.sharma <email address hidden>
Date: Wed Apr 27 14:06:56 2016 +0530

    [api-ref] Added users_links response parameter to List Users API.

    Change-Id: I746538f7ccdfed1a366f097318a681542492073b
    Closes-Bug: #1567238

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.