[Openstack] Tenant List

Georgios Dimitrakakis giorgis at acmac.uoc.gr
Fri Jun 13 13:10:53 UTC 2014


 I am in IceHouse and as an ADMIN I am trying to list the instances on a 
 specific tenant.

 I have the following tenants:

 # keystone tenant-list
 +----------------------------------+---------+---------+
 |                id                |   name  | enabled |
 +----------------------------------+---------+---------+
 | 4746936e9e4b49e382ad41d0b98f3644 |  admin  |   True  |
 | 965bd35fbef24133951a6bee429cd5be |   demo  |   True  |
 | ad1473de92c1496fa4dea3fb93101b8b | service |   True  |
 +----------------------------------+---------+---------+

 Both the commands

 # nova list --tenant demo
 # nova list --tenant 965bd35fbef24133951a6bee429cd5be


 produce the wrong output since they list the instances for the admin 
 tenant.

 Using

 # nova list --all-tenants

 shows everything but why the specific tenants cannot be shown?

 Does anyone else have seen this??


 Best,


 G.
-- 




More information about the Openstack mailing list