diff --git a/internal/outofband/bmc_helpers.go b/internal/outofband/bmc_helpers.go index 92726946..cb780e03 100644 --- a/internal/outofband/bmc_helpers.go +++ b/internal/outofband/bmc_helpers.go @@ -94,7 +94,7 @@ func newBmclibv2Client(_ context.Context, asset *rtypes.Server, l *logrus.Entry) bmcClient := bmclib.NewClient( asset.BMCAddress, - asset.BMCAddress, + asset.BMCUser, asset.BMCPassword, bmclib.WithLogger(logruslogr), bmclib.WithHTTPClient(newHTTPClient()),