summaryrefslogtreecommitdiff
path: root/releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-08 15:08:21 +0000
committerGerrit Code Review <review@openstack.org>2023-05-08 15:08:21 +0000
commit47b778977c7d0224d55a5416f57a0bb36fa188e8 (patch)
treee7259116502f5b53523c6929de4fc75a245a566e /releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml
parentcae05c70e65c69530a243b7d8046e53d1aaba452 (diff)
parentf10958a542dd58ff301c386ce0981ec218e9eef6 (diff)
downloadironic-47b778977c7d0224d55a5416f57a0bb36fa188e8.tar.gz
Merge "Handle MissingAttributeError when using OOB inspections to fetch MACs"
Diffstat (limited to 'releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml')
-rw-r--r--releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml b/releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml
new file mode 100644
index 000000000..225238506
--- /dev/null
+++ b/releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Fixes the bug where provisioning a Redfish managed node fails if the BMC
+ doesn't support EthernetInterfaces attribute, even if MAC address
+ information is provided manually. This is done by handling of
+ MissingAttributeError sushy exception in get_mac_addresses() method.
+ This fix is needed to successfully provision machines such as Cisco UCSB
+ and UCSX.