blob: 4f01fa643b4e31dc01b3d33aaeb163c4db14e111 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
features:
- |
Adds ``boot_mode`` and ``secure_boot`` fields to node. These indicate the
boot mode (bios/uefi) and secure boot state (True/False) detected in the
most recent power sync or during transition to the ``manageable`` state.
If underlying driver does not support detecting these, they shall be
populated with null values.
These fields are also available under a node's states endpoint:
``/v1/nodes/{node_ident}/states``
|