mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Bug #4124: Fix bug in default resource pool in vCenter driver
This commit is contained in:
parent
3ae25ad4f3
commit
b421b113dc
@ -1433,7 +1433,7 @@ private
|
||||
if connection.rp_confined?
|
||||
rp = connection.cluster.resource_pool.first
|
||||
else
|
||||
rp = connection.cluster.default_resource_pool
|
||||
rp = connection.default_resource_pool
|
||||
end
|
||||
|
||||
relocate_spec = RbVmomi::VIM.VirtualMachineRelocateSpec(
|
||||
|
Loading…
x
Reference in New Issue
Block a user