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

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to