ironic/releasenotes/notes/add-protection-for-available-nodes-25f163d69782ef63.yaml
Mark Goddard 0cf907bd00 Spruce up release notes for 12.2.0 release
Change-Id: I8b82a7caf64f5e56e4dcf9b4c2007f55d929863b
2019-06-18 13:23:39 +01:00

13 lines
775 B
YAML

---
features:
- Adds option ``allow_deleting_available_nodes`` to control whether nodes in
state ``available`` should be deletable (which is and stays the default).
Setting this option to ``False`` will remove ``available`` from the list of
states in which nodes can be deleted from ironic. It hence provides
protection against accidental removal of nodes which are ready for
allocation (and is meant as a safeguard for the operational effort to
bring nodes into this state). For backwards compatibility reasons, the
default value for this option is ``True``. The other states in which nodes
can be deleted from ironic (``manageable``, ``enroll``, and ``adoptfail``)
remain unchanged. This option can be changed without service restart.