DennisKonrad commented on a change in pull request #3738: Load Average for KVM
URL: https://github.com/apache/cloudstack/pull/3738#discussion_r354830857
 
 

 ##########
 File path: 
api/src/main/java/org/apache/cloudstack/api/response/HostResponse.java
 ##########
 @@ -114,9 +114,9 @@
     @Param(description = "the amount of the host's CPU after applying the 
cpu.overprovisioning.factor ")
     private String cpuWithOverprovisioning;
 
-    @SerializedName("averageload")
+    @SerializedName("cpuloadaverage")
 
 Review comment:
   It seems to me the guys with xen can't use it anyway:
   
https://github.com/apache/cloudstack/blob/1d05fead49f5c856257a741b07122f5633d2e359/plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java#L2258-L2272
   
   I will add it to the APIConstanst and leave the API key changed for 
consistency. Sounds good to you? @rhtyd 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to