python-ironicclient/releasenotes/notes/add_retired_field-6ec9f97c7c2f86ec.yaml
Arne Wiebalck 81eebfc404 Add support for retired{_reason} fields.
This change adds support to set and unset the 'retired'
and 'retired_reason' fields. It also extends the 'list'
command with an additional '--retired' parameter to
list only nodes which have the retired property.

Story: #2005425
Task: #38143
Depends-On: https://review.opendev.org/703981
Change-Id: I5fe379c4ff439b3a083ae819ce5b4bdbddd22b3a
2020-02-06 16:09:27 +01:00

11 lines
403 B
YAML

---
features:
- |
Adds the ability to set and unset the ``retired`` and
``retired_reason`` with API 1.61. Setting the ``retired``
field on a node excludes it from scheduling, but still
allows the node to be cleaned (unlike maintenance, for
instance). The fields can be set irrespective of the
node's state and are meant to be used to prepare nodes
for removal from ironic.