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 <[email protected]> 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 : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

