shwstppr commented on code in PR #12991:
URL: https://github.com/apache/cloudstack/pull/12991#discussion_r3193653201


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -10075,4 +10113,33 @@ private void 
setVncPasswordForKvmIfAvailable(Map<String, String> customParameter
             
vm.setVncPassword(customParameters.get(VmDetailConstants.KVM_VNC_PASSWORD));
         }
     }
+
+    protected boolean isBlankInstanceDefaultTemplate(VirtualMachineTemplate 
template) {
+        return KVM_VM_DUMMY_TEMPLATE_NAME.equals(template.getUniqueName());

Review Comment:
   Done



-- 
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]

Reply via email to