yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25684
[Bug 1403431] Re: nova list --all-tenants should display tenant name/uuid as well
Confirmed:
ubuntu@cont:~/devstack$ nova list --all-tenants
+--------------------------------------+------+--------+------------+-------------+------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+------+--------+------------+-------------+------------------+
| 2350ea5e-726c-497f-9300-7290b63407b6 | s2 | PAUSED | - | Paused | private=10.0.0.4 |
+--------------------------------------+------+--------+------------+-------------+------------------+
I think this would be a nice addition. It seems that tenant_id is
already sent back to the client as part of the HTTP response, so at
least that could be shown easily.
** Also affects: python-novaclient
Importance: Undecided
Status: New
** Changed in: python-novaclient
Status: New => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1403431
Title:
nova list --all-tenants should display tenant name/uuid as well
Status in OpenStack Compute (Nova):
Confirmed
Status in Python client library for Nova:
In Progress
Bug description:
nova list --all-tenants (which is an admin command) does not display
the Tenant Name/UUID. In order to find out which tenant the server
belongs to, we have to run nova show command passing it the server
UUID.
In order to prevent this extra step, the nova list --all-tenants
should display the Tenant Name/UUID as well. This will also make it
consistent with the horizon Admin -> System -> Instances -> All
Instances tabular display.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1403431/+subscriptions
References