mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.16'
This commit is contained in:
commit
9c9de74966
|
|
@ -2356,6 +2356,8 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
|
|||
s_logger.debug(String.format("Enabled Secure Boot for VM UUID [%s].", uuid));
|
||||
isSecureBoot = true;
|
||||
}
|
||||
|
||||
bootMode = customParams.get(GuestDef.BootType.UEFI.toString());
|
||||
}
|
||||
|
||||
Map<String, String> extraConfig = vmTO.getExtraConfig();
|
||||
|
|
|
|||
Loading…
Reference in New Issue