ironic/releasenotes/notes/require-managed-boot-c33e8aa9cba1502c.yaml
Dmitry Tantsur 2e8db13e09
Flip require_managed_boot to True for the new agent inspection
This value is a way for an operator to signal Ironic whether they have
an infrastructure for unmanaged inspection. Previously, unmanaged
inspection was considered to be always supported. With this change,
the inspector-based inspection works as previously, while the new
built-in inspection defaults to only managed inspection.

Change-Id: I4a9125881dc5822656efde1346807c3dd749973e
2024-01-22 19:54:20 +01:00

9 lines
342 B
YAML

---
upgrade:
- |
The default value of the configuration option
``[inspector]require_managed_boot`` is now ``True`` for the newer ``agent``
inspect interface. The older ``inspector`` implementation is not affected.
Operators with deployments that support unmanaged inspection must set
this value to ``False`` explicitly.