DaanHoogland commented on code in PR #7077:
URL: https://github.com/apache/cloudstack/pull/7077#discussion_r1066973234
##########
engine/schema/src/main/java/com/cloud/service/ServiceOfferingVO.java:
##########
@@ -327,7 +327,7 @@ public void setDynamicFlag(boolean isdynamic) {
}
public boolean isCustomCpuSpeedSupported() {
- return isCustomized() && getDetail("minCPU") != null;
+ return isCustomized() && getDetail("minCPU") == null;
Review Comment:
it seems strange that the minimun cpu speed *must* be null and also that
there are no conditions on the maximum cpu speed. Do you why this works
@weizhouapache ?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]