sureshanaparti commented on a change in pull request #4643: URL: https://github.com/apache/cloudstack/pull/4643#discussion_r571993333
########## File path: api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java ########## @@ -623,6 +627,10 @@ public Boolean getBootIntoSetup() { return bootIntoSetup; } + public boolean isDynamicScalingEnabled() { + return dynamicScalingEnabled == null ? true : dynamicScalingEnabled; Review comment: Same here as well, reason to make default as "True" ? ---------------------------------------------------------------- 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: us...@infra.apache.org