ironic/releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml
Ilya Etingof a808735937 Set boot_mode in node properties during Redfish introspection
If Redfish OOB inspection returns current boot mode of the
node, add this boot mode into node properties/capabilities.

The idea behind this change is to align with the in-band
inspection behavior [1].

1. https://docs.openstack.org/ironic-inspector/ocata/usage.html#boot-mode

Story: 1668487
Task: 29855
Change-Id: I11de35fa87512d12eb6a259b26e88cd94e4a803d
2019-03-08 08:18:48 +01:00

7 lines
221 B
YAML

---
features:
- |
Adds currently used boot mode into node ``properties/capabilities`` upon
``redfish`` inspect interface run. The idea behind this change is to align
with the in-band ``inspector`` behavior.