tenantId not shown in user-list (python-keystoneclient)

Bug #940272 reported by Christian Berendt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Low
Dolph Mathews

Bug Description

i set a tenantId during the user creation and the tenantId was added to the database, but user-list doesn't show the tenantId.

linux:~ # keystone user-list
+----------------------------------+---------+-----------------------+---------+----------+
| id | enabled | email | name | tenantId |
+----------------------------------+---------+-----------------------+---------+----------+
| 21cd374f70a044b1b6c513e3c9a49f52 | True | <email address hidden> | berendt | |
+----------------------------------+---------+-----------------------+---------+----------+

mysql> select * from user_tenant_membership;
+----------------------------------+----------------------------------+
| user_id | tenant_id |
+----------------------------------+----------------------------------+
| 21cd374f70a044b1b6c513e3c9a49f52 | a6eb4e509a714317888b73bc79a8e667 |
+----------------------------------+----------------------------------+
1 row in set (0.00 sec)

summary: - tenantId now shown in user-list (python-keystoneclient)
+ tenantId not shown in user-list (python-keystoneclient)
Revision history for this message
Christian Berendt (berendt) wrote :

field tenantId in the output of user-list was removed with one of the latest development snapshots.

i think this is suboptimal. now i can't see the tenant a user is assigned to.

Dolph Mathews (dolph)
Changed in keystone:
status: New → Confirmed
Dolph Mathews (dolph)
Changed in keystone:
assignee: nobody → Dolph Mathews (dolph)
importance: Undecided → Low
Revision history for this message
Dolph Mathews (dolph) wrote :
Changed in keystone:
status: Confirmed → In Progress
milestone: none → essex-rc1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/5314
Committed: http://github.com/openstack/python-keystoneclient/commit/b8e9d090b9a37af8474e784dca485a27f414f38d
Submitter: Jenkins
Branch: master

commit b8e9d090b9a37af8474e784dca485a27f414f38d
Author: Dolph Mathews <email address hidden>
Date: Tue Mar 13 22:17:27 2012 -0500

    Implement user-get based on tenant-get (bug 940272)

    Change-Id: Id679f1df068247db8f6a1f13515870488011b544

Changed in keystone:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in keystone:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in keystone:
milestone: essex-rc1 → 2012.1
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.