openstacksdk/releasenotes/notes/no-inspect-associated-563e272785bb6016.yaml
Dmitry Tantsur f19d58a728 baremetal: refuse to inspect associated machines
Automatically inspecting "available" machines is a controversial feature,
since it enables "stealing" a machine that Nova already picked for deployment.
To reduce this probability, refuse to inspect nodes with instance_uuid set.

Also finish the incomplete comment.

Change-Id: I6cde6a6f9303f2a21efcfce979ffc0c1fea4bdb3
2018-05-18 14:38:30 +02:00

6 lines
177 B
YAML

---
fixes:
- |
Machine inspection is now blocked for machines associated with an instance.
This is to avoid "stealing" a machine from under a provisioner (e.g. Nova).