Comment 1 for bug 1376664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/125588
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=9d5164aceea3a922a3df1bdac1310a48ed50f3e9
Submitter: Jenkins
Branch: master

commit 9d5164aceea3a922a3df1bdac1310a48ed50f3e9
Author: Haiwei Xu <email address hidden>
Date: Thu Oct 2 19:24:37 2014 +0900

    Show 'state' and 'status' in hypervisor-list

    Currently hypervisor-list only shows 'ID' and 'Hypervisor hostname',
    but in fact nova server response also contains 'state' and 'status'
    attributes, it's better to show all the attributes.

    Change-Id: I97cd18a8451dc515c5fb19841f11d0e85bd0b484
    Closes-Bug: #1376664