From 73845b3655101efb2511e8bc61c5e7f9f866c8b2 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Wed, 29 May 2019 16:37:55 +0200 Subject: Move stray reno file Change-Id: I389d0c7722252f001134a7b45006d3be2f371a3d --- .../add-protection-for-available-nodes-25f163d69782ef63.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/add-protection-for-available-nodes-25f163d69782ef63.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/add-protection-for-available-nodes-25f163d69782ef63.yaml b/releasenotes/notes/add-protection-for-available-nodes-25f163d69782ef63.yaml new file mode 100644 index 000000000..23ff1da95 --- /dev/null +++ b/releasenotes/notes/add-protection-for-available-nodes-25f163d69782ef63.yaml @@ -0,0 +1,12 @@ +--- +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. -- cgit v1.2.1