davidjumani commented on a change in pull request #5990:
URL: https://github.com/apache/cloudstack/pull/5990#discussion_r805745107
##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -4336,6 +4336,18 @@ public UserVmVO doInTransaction(TransactionStatus
status) throws InsufficientCap
vm.setUserVmType(type);
_vmDao.persist(vm);
for (String key : customParameters.keySet()) {
+ // BIOS was explicitly passed as the boot type, so honour
it
+ if
(key.equalsIgnoreCase(ApiConstants.BootType.BIOS.toString())) {
Review comment:
Will respect the template (deploy as is) settings
--
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]