mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Remove https from RedfishEndpoints post
This commit is contained in:
parent
de102ecc97
commit
bff549bcfa
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ func CollectInventory(assets *[]RemoteAsset, params *CollectParams) ([]map[strin
|
|||
"ID": fmt.Sprintf("%v", node.String()[:len(node.String())-2]),
|
||||
"Type": "",
|
||||
"Name": "",
|
||||
"FQDN": sr.Host,
|
||||
"FQDN": strings.TrimPrefix(sr.Host, "https://"),
|
||||
"User": bmcCreds.Username,
|
||||
"MACRequired": true,
|
||||
"RediscoverOnUpdate": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue