Comment 2 for bug 1308147

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to python-novaclient (master)

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

commit a4db0feab43d0ed0416bb03247d62e0d3bae776a
Author: Phil Day <email address hidden>
Date: Tue Apr 15 17:46:01 2014 +0000

    Fix mac address and task_state in baremetal-node-list

    Currently nova baremetal-node-list doesn't display the
    list of MAC addresses for each node because this is part
    of the interfaces object, and not a top level field.

    It also doesn't display the task state, which is very useful
    when trying to find which nodes have failed to build.

    This change fixes both issues

    Change-Id: If7a3bcab1220be400519ac811bd727ca8ff85827
    Closes-Bug: #1308147