[Openstack] Tenant List

Deepak Shetty dpkshetty at gmail.com
Fri Jun 20 09:16:56 UTC 2014


I think --tenant is not a supported option for nova
I don't see it under nova -h

What i see is this...
--os-tenant-name <auth-tenant-name>

So maybe --tenant is just being ignored and hence the cmd reduces to `nova
list` hence it shows only admin instance as u r logged in as admin


On Fri, Jun 13, 2014 at 6:40 PM, Georgios Dimitrakakis <giorgis at acmac.uoc.gr
> wrote:

> 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 at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140620/74bc6a49/attachment.html>


More information about the Openstack mailing list