DennisKonrad commented on a change in pull request #3738: Load Average for KVM
URL: https://github.com/apache/cloudstack/pull/3738#discussion_r354856359
##########
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:
Okay, I think
[this](https://github.com/apache/cloudstack/pull/3738/commits/e05667692505989001764324a165831420628b05)
should do it. I couldn't find any code where the old name is used
----------------------------------------------------------------
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