Comment 7 for bug 1526290

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

Reviewed: https://review.openstack.org/251995
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=edc37cbe1db539372a5e96296d7fbbebe9c50b2f
Submitter: Jenkins
Branch: master

commit edc37cbe1db539372a5e96296d7fbbebe9c50b2f
Author: Ruby Loo <email address hidden>
Date: Tue Dec 1 17:22:48 2015 +0000

    API to manually clean nodes

    This adds an API to allow manual cleaning of nodes, via
    PUT /v1/nodes/<node_ident>/states/provision. The argument
    'target' is 'clean', and the argument 'clean_steps' (the
    list of clean steps to be performed on the node) must be
    specified.

    The API version is bumped to 1.15.

    Change-Id: I0e34407133684e34c4ab9446b3521a24f3038f92
    Partial-Bug: #1526290