mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(region): sync cloudpods ipmi ip addr (#23263)
This commit is contained in:
@@ -323,7 +323,7 @@ func (region *SRegion) GetHost(id string) (*SHost, error) {
|
||||
}
|
||||
|
||||
func (region *SRegion) GetIpmiInfo(hostId string) jsonutils.JSONObject {
|
||||
resp, _ := modules.Hosts.GetIpmiInfo(region.cli.s, hostId, nil)
|
||||
resp, _ := modules.Hosts.GetSpecific(region.cli.s, hostId, "ipmi", nil)
|
||||
return resp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user