4.10.1
This commit is contained in:
@@ -86,7 +86,8 @@ func flattenConsumption(info node.ConsumptionInfo) []map[string]interface{} {
|
||||
}
|
||||
|
||||
tempFree := map[string]interface{}{
|
||||
"ram": info.Free.RAM,
|
||||
"ram": info.Free.RAM,
|
||||
"vcpu": info.Free.VCPU,
|
||||
}
|
||||
tempRes["free"] = []map[string]interface{}{
|
||||
tempFree,
|
||||
|
||||
Reference in New Issue
Block a user