e7c3218f71
Adds a new node field "manage_boot" to store this value. When it is set to False, neither boot device nor power state are touched for this node. Instead, we expect a 3rd party to handle them. We still manage the PXE filter because the node may need DHCP. Change-Id: Id3585bd32138a069dfcfc0ab04ee4f5f10f0a5ea Story: #1528920 Task: #11338
11 lines
420 B
YAML
11 lines
420 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds new parameter ``manage_boot`` to the introspection API to allow
|
|
disabling boot management (setting the boot device and rebooting)
|
|
for a specific node. If it is set to ``False``, the boot is supposed
|
|
to be managed by a 3rd party.
|
|
|
|
If the new option ``can_manage_boot`` is set to ``False`` (the default is
|
|
``True), then ``manage_boot`` must be explicitly set to ``False``.
|