1
0
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:
Tino Vazquez 2015-11-19 12:52:33 +01:00
parent 3ae25ad4f3
commit b421b113dc

View File

@ -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(