summaryrefslogtreecommitdiff
path: root/releasenotes/notes/handle-missing-ethernetinterfaces-attr-7e52f7259fe66762.yaml
blob: 22523850696a3ef34c77ff70c79dff877c5e5f9c (plain)
1
2
3
4
5
6
7
8
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.