← Back to team overview

openstack team mailing list archive

Re: Is there a command to list all instances by all tenants in nova Essex installation?

 

Hi Scott,

Thank you very much. Yes, that was the command I was looking for. It works!

Prakashan


On 02/17/2013 04:05 PM, Scott Devoid wrote:
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@xxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


References