mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
This commit is contained in:
parent
5d1ea1ef73
commit
4ad55ddfb7
@ -97,6 +97,7 @@ begin
|
||||
spec_hash = {}
|
||||
spec_hash[:cpuHotAddEnabled] = vm.cpu_hot_add_enabled?
|
||||
spec_hash[:memoryHotAddEnabled] = vm.memory_hot_add_enabled?
|
||||
spec_hash[:uuid] = drv_action['TEMPLATE/OS/UUID'] unless drv_action['TEMPLATE/OS/UUID'].nil?
|
||||
|
||||
spec = RbVmomi::VIM.VirtualMachineConfigSpec(
|
||||
spec_hash
|
||||
|
Loading…
Reference in New Issue
Block a user