davidjumani commented on a change in pull request #5990:
URL: https://github.com/apache/cloudstack/pull/5990#discussion_r807558672



##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -4344,11 +4356,6 @@ public UserVmVO doInTransaction(TransactionStatus 
status) throws InsufficientCap
                     } else {
                         vm.setDetail(key, customParameters.get(key));
                     }
-
-                    if 
(key.equalsIgnoreCase(ApiConstants.BootType.UEFI.toString())) {

Review comment:
       This is done in line 4345 without any explicit need for an if condition




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