Comment 6 for bug 1239026

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

Reviewed: https://review.openstack.org/53485
Committed: http://github.com/openstack/python-ironicclient/commit/f5823b20bc4e78dac3a93c99c4e114588e210588
Submitter: Jenkins
Branch: master

commit f5823b20bc4e78dac3a93c99c4e114588e210588
Author: linggao <email address hidden>
Date: Thu Oct 24 01:09:49 2013 +0000

    Modifies CLI to show nodes by instance uuid

    This patch updates the node-show subcommand for ironic so that it
    shows the node that matches the given instance UUID.
    ironic node-show [--instance] id
    It also updates node-list subcommand so that it can show all the
    nodes that have instance UUID associated or the opposite.
    ironic node-list [--associated true|false]
    This patch also fixes a few strings for i18n support.

    Change-Id: I2aec9ba6e296e0d1db9f3ef9eed7236ecfb32cf6
    Closes-Bug: #1239026