mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Merge pull request #98 from bmcdonald3/remove-https
Remove https from RedfishEndpoints post
This commit is contained in:
commit
fba4a89a0e
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]),
|
"ID": fmt.Sprintf("%v", node.String()[:len(node.String())-2]),
|
||||||
"Type": "",
|
"Type": "",
|
||||||
"Name": "",
|
"Name": "",
|
||||||
"FQDN": sr.Host,
|
"FQDN": strings.TrimPrefix(sr.Host, "https://"),
|
||||||
"User": bmcCreds.Username,
|
"User": bmcCreds.Username,
|
||||||
"MACRequired": true,
|
"MACRequired": true,
|
||||||
"RediscoverOnUpdate": false,
|
"RediscoverOnUpdate": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue