Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add manual cleaning to documentation | Ruby Loo | 2016-02-22 | 1 | -1/+1 |
| | | | | | | | This updates the documentation to include manual cleaning. Change-Id: I8f91214911e8916c329c20a140e1d0957b1cc137 Partial-Bug: #1526290 | ||||
* | API to manually clean nodes | Ruby Loo | 2016-02-09 | 1 | -0/+5 |
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 |