mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
b921d769af
commit
81e274b593
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user