ironic/ironic/api
Ruby Loo edc37cbe1d 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
2016-02-09 14:41:01 +00:00
..
controllers API to manually clean nodes 2016-02-09 14:41:01 +00:00
middleware Do not use "private" attribute in AuthTokenMiddleware 2015-06-24 12:00:46 +03:00
__init__.py Add SSL support to the Ironic API 2015-11-18 12:04:18 +00:00
acl.py Fix misspelling from "applicatin" to "application". 2015-08-21 06:52:27 +00:00
app.py Add choices option to several options 2016-01-14 10:16:16 +00:00
app.wsgi Make app.wsgi more like ironic.cmd.api 2015-08-10 15:41:45 +00:00
config.py Allow digits in IPA driver names 2015-08-14 11:57:13 -04:00
expose.py Disable XML now that we have WSME/Pecan support 2015-04-06 09:31:09 -07:00
hooks.py Don't return tracebacks in API response in debug mode 2016-01-04 15:11:03 +00:00