Comment 2 for bug 1318770

Revision history for this message
Ritesh Paiboina (rsritesh) wrote :

Hi Shraddha,

Here nova list and nova usage list case are different. One more thing, when I give nova list command. I get the following output.

+--------------------------------------+--------+--------+------------+-------------+-------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+--------+--------+------------+-------------+-------------------+
| f058d03a-de2d-4eba-b3f4-8c074e76e17b | RITESH | ACTIVE | - | Running | public=172.24.4.3 |
+--------------------------------------+--------+--------+------------+-------------+-------------------+

Here I am getting the name. But nova usage list case is different with respect to the VM user.

+----------------------------------+---------+--------------+-----------+---------------+
| Tenant ID | Servers | RAM MB-Hours | CPU Hours | Disk GB-Hours |
+----------------------------------+---------+--------------+-----------+---------------+
| 41a0db24bc8940b6a2f3297bef5f6cee | 3 | 1478.70 | 23.10 | 0.00 |
| 0dceee00627f44838174cccb6bf29421 | 3 | 172.36 | 1.36 | 0.00 |
+----------------------------------+---------+--------------+-----------+---------------+

I am looking to fix this by adding tenant name over there. If I am wrong please tell me.