nova usage list to show tenant name.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Invalid
|
Wishlist
|
Sravan Kumar | ||
python-novaclient |
In Progress
|
Wishlist
|
Sravan Kumar |
Bug Description
$nova --version
2.17.0.75
When I issue nova usage list command , I get the following details.
$ nova usage-list
Usage from 2014-04-11 to 2014-05-10:
+------
| Tenant ID | Servers | RAM MB-Hours | CPU Hours | Disk GB-Hours |
+------
| 41a0db24bc8940b
| 0dceee00627f448
+------
From the Tenant ID, I cannot able to know what tenant name it is . I want to know the tenant name. Because tenant ID is long to remember. To get tenant name , we have to use keystone tenant list.
My proposal is to include tenant name in the current columns of nova usage list.
So that user can easily recognize its tenant name. As the same thing is available in Horizon Dashboard.
Is their any problems or dependices so that we are not including tenant name. If yes, please share the details for it.
I would like to do the code executions for this.
Thank you
RITESH.
Changed in nova: | |
assignee: | nobody → Ritesh (rsritesh) |
tags: | added: api |
Changed in nova: | |
importance: | Undecided → Wishlist |
Changed in nova: | |
assignee: | Ritesh (rsritesh) → nobody |
Changed in python-novaclient: | |
status: | New → Confirmed |
Changed in python-novaclient: | |
assignee: | Sayaji Patil (sayaji15) → Amandeep (rattenpal-amandeep) |
Changed in python-novaclient: | |
status: | Confirmed → In Progress |
Changed in python-novaclient: | |
assignee: | Amandeep (rattenpal-amandeep) → nobody |
Changed in python-novaclient: | |
status: | In Progress → Confirmed |
Changed in python-novaclient: | |
assignee: | nobody → Amandeep (rattenpal-amandeep) |
Changed in python-novaclient: | |
assignee: | Amandeep (rattenpal-amandeep) → Sravan Kumar (dommarajusravan) |
Changed in python-novaclient: | |
status: | Confirmed → In Progress |
Changed in nova: | |
assignee: | nobody → Sravan Kumar (dommarajusravan) |
Hi,
I have a bluepring: https:/ /review. openstack. org/#/c/ 91697/
I am currently planning to cover 'nova list' case, but it can be easily expanded to fix this bug as well.