DaanHoogland commented on a change in pull request #3638: UEFI Support on 
CloudStack
URL: https://github.com/apache/cloudstack/pull/3638#discussion_r391693788
 
 

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

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

Reply via email to