1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #2481: UEFI support for vCenter (#1455)

This commit is contained in:
Carlos J. Herrera 2021-09-15 10:29:39 -04:00 committed by GitHub
parent b921d769af
commit 81e274b593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,10 @@ begin
spec_hash[:uuid] = drv_action['TEMPLATE/OS/UUID'] \
unless drv_action['TEMPLATE/OS/UUID'].nil?
unless drv_action['TEMPLATE/OS/FIRMWARE'].nil?
spec_hash[:firmware] = drv_action['TEMPLATE/OS/FIRMWARE']
end
spec = RbVmomi::VIM.VirtualMachineConfigSpec(
spec_hash
)