summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-03-06 14:46:20 +0100
committerIlya Etingof <etingof@gmail.com>2019-03-08 08:18:48 +0100
commita8087359370ff9f162be7c6b521969a8fb54a96b (patch)
tree4c4f125368759eaf1a9c68dbb1c1e315bcdc8d8c /releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml
parent5d25189b139961ee1cdd7243dbd19cd924b85d56 (diff)
downloadironic-a8087359370ff9f162be7c6b521969a8fb54a96b.tar.gz
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
Diffstat (limited to 'releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml')
-rw-r--r--releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml b/releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml
new file mode 100644
index 000000000..c8057b27a
--- /dev/null
+++ b/releasenotes/notes/add-boot-mode-redfish-inspect-48e2b27ef022932a.yaml
@@ -0,0 +1,6 @@
+---
+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.