summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-05 11:44:09 +0000
committerGerrit Code Review <review@openstack.org>2023-01-05 11:44:09 +0000
commit4f6a456334c5ef291b7d2d47d2d62e273486ce89 (patch)
treea865e4e7c9bd211bea324eaa2e2a5fdc50b64d56 /releasenotes
parent7f6a737e98aac233a0aeb4ccc9a9a906e2dcbb10 (diff)
parent17c9e58c9ecaca6c058597d906c94a6d032b7efe (diff)
downloadironic-4f6a456334c5ef291b7d2d47d2d62e273486ce89.tar.gz
Merge "Fix "'NoneType' object is not iterable" in RAID"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml b/releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml
new file mode 100644
index 000000000..ec9043adb
--- /dev/null
+++ b/releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes ``'NoneType' object is not iterable`` in conductor logs for
+ ``redfish`` and ``idrac-redfish`` RAID clean and deploy steps. The message
+ should no longer appear. For affected nodes re-create the node or delete
+ ``raid_configs`` entry from ``driver_internal_info`` field.