Comment 4 for bug 1076473

Revision history for this message
Tiantian Gao (gtt116) wrote :

I believe the bug should belong to python-novaclient.
when we type "nova list", novaclient make request to "GET http://node:8774/v2/{tenant}/servers/detail". Actually novaclient catch all the information about instances, which include task_state, flavor_id , etc.
So we only need to modify python-novaclient to fix the bug.