ironic/releasenotes/notes/add_retirement_support-23c5fed7ce8f97d4.yaml
Mark Goddard 78c3af414c Fix up release notes for 14.0.0
Change-Id: I10286c48ddf3b7fba020db6175d5faa1c0911141
2020-02-10 17:07:45 +00:00

10 lines
450 B
YAML

---
features:
- |
Adds support for node retirement by adding a ``retired`` property
to the node. If set, a node moves upon automatic cleaning to
``manageable`` (rather than ``available``). The new property also
blocks the ``provide`` keyword, i.e. nodes cannot move from ``manageable``
to ``available``. Furthermore, there is an additional optional field
``retirement_reason`` to store the reason for the node's retirement.