Fix VM stats collections in HyperV

This commit is contained in:
Rajesh Battala 2013-11-27 16:03:14 +05:30
parent 875e1ea281
commit 4d187192b3
1 changed files with 1 additions and 2 deletions

View File

@ -1112,9 +1112,8 @@ namespace HypervResource
object ansContent = new
{
vmInfos = vmProcessorInfo,
vmStatsMap = vmProcessorInfo,
result = result,
details = details,
contextMap = contextMap
};
return ReturnCloudStackTypedJArray(ansContent, CloudStackTypes.GetVmStatsAnswer);