Skip to content

Commit

Permalink
Merge pull request #1723 from defo89/fix-idracredfish-mgmt-interface
Browse files Browse the repository at this point in the history
 🐛 fix(redfish): set correct idrac-redfish management interface
  • Loading branch information
metal3-io-bot authored May 22, 2024
2 parents ff776f4 + c73a43a commit edf7cd8
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 edf7cd8

Please sign in to comment.