[Openstack] Is there a command to list all instances by all tenants in nova Essex installation?

Scott Devoid devoid at anl.gov
Mon Feb 18 00:05:12 UTC 2013


Hi Prakashan,

If you are on a machine running the nova-api, "nova-manage vm list"
will show you all of the instances (and what nova-compute host they
are placed on).

>From outside you can use "nova list --all_tenants" or "nova list
--all-tenants" depending on what exact python-novaclient version you
have installed. For this you will need to set your OS_PASSWORD,
OS_USERNAME and OS_TENANT_NAME to an account that has the admin role
in each tenant.

~ Scott

On Sun, Feb 17, 2013 at 5:18 PM, Prakashan Korambath <ppk at ats.ucla.edu> wrote:
> Hi,
>
> Is there a ccommand to list all instances running on a Essex nova
> installation by system admins from the control node? Equivalent of nova
> list, without giving any os_username and os_password.
>
> Thanks.
>
> Prakashan
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp




More information about the Openstack mailing list