
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
6 lines
213 B
YAML
6 lines
213 B
YAML
---
|
|
features:
|
|
- Adds support for manual cleaning. This is available with API
|
|
version 1.15. For more information, see
|
|
http://specs.openstack.org/openstack/ironic-specs/specs/approved/manual-cleaning.html
|