Comment 5 for bug 1526479

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

Reviewed: https://review.openstack.org/284160
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=36b9bfb509959ed4700cf174b76dd4a692cd54c5
Submitter: Jenkins
Branch: master

commit 36b9bfb509959ed4700cf174b76dd4a692cd54c5
Author: Brad P. Crochet <email address hidden>
Date: Wed Jan 20 07:58:16 2016 -0500

    Bring OSC plugin inline with approved spec

    This deprecates the existing commands and replaces them with equivalents
    that follow the approved spec.

    * openstack baremetal create -> openstack baremetal node create
    * openstack baremetal delete -> openstack baremetal node delete
    * openstack baremetal list -> openstack baremetal node list
    * openstack baremetal set -> openstack baremetal node set
    * openstack baremetal show -> openstack baremetal node show
    * openstack baremetal unset -> openstack baremetal node unset

    Delete can handle multiple nodes.

    Change-Id: I2f3e51973d26c968beae96ecf4447f66841f6155
    Partial-Bug: #1526479