mirror of https://github.com/apache/cloudstack.git
Fix VM stats collections in HyperV
This commit is contained in:
parent
875e1ea281
commit
4d187192b3
|
|
@ -1112,9 +1112,8 @@ namespace HypervResource
|
|||
|
||||
object ansContent = new
|
||||
{
|
||||
vmInfos = vmProcessorInfo,
|
||||
vmStatsMap = vmProcessorInfo,
|
||||
result = result,
|
||||
details = details,
|
||||
contextMap = contextMap
|
||||
};
|
||||
return ReturnCloudStackTypedJArray(ansContent, CloudStackTypes.GetVmStatsAnswer);
|
||||
|
|
|
|||
Loading…
Reference in New Issue