bc95c92f7c
Done: - Node API endpoints expose - RPC methods - Conductor Manager methods - Conductor utils new methods - RBAC new policies - Node API tests - Manager Tests (+ some testing for utils methods) - RBAC tests - Docs (api-ref) - REST API version history - Releasenotes Story: 2008567 Task: 41709 Change-Id: I2d72389edf546b99c536c6b130ca85ababf80591
11 lines
463 B
YAML
11 lines
463 B
YAML
---
|
|
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``
|