Skip to content

Commit

Permalink
fix(redfish): set correct idrac-redfish management interface
Browse files Browse the repository at this point in the history
* to fix adding node to ironic error: "Could not find the following interface in the 'ironic.hardware.interfaces.management' entrypoint: ipxe."

Signed-off-by: Dmitri Fedotov <dmitri.fedotov@sap.com>
  • Loading branch information
defo89 committed May 9, 2024
1 parent d3376d8 commit c73a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hardwareutils/bmc/redfish.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (a *redfishiDracAccessDetails) FirmwareInterface() string {
}

func (a *redfishiDracAccessDetails) ManagementInterface() string {
return ipxe
return idracRedfish
}

func (a *redfishiDracAccessDetails) PowerInterface() string {
Expand Down

0 comments on commit c73a43a

Please sign in to comment.