ironic/ironic/tests/unit/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
..
v1 API to manually clean nodes 2016-02-09 14:41:01 +00:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_acl.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_base.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_hooks.py Don't return tracebacks in API response in debug mode 2016-01-04 15:11:03 +00:00
test_middleware.py Replace HTTP 'magic numbers' with constants 2015-12-06 08:25:45 -08:00
test_root.py Expose versioning information on GET / endpoint 2015-10-13 14:47:30 +00:00
utils.py Add portgroups to support LAG interfaces - DB 2016-02-04 22:40:43 +02:00