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

Fix B4897. Clean up

This commit is contained in:
mcabrerizo 2016-11-09 20:17:52 +01:00
parent bf58b09e4b
commit 3cbd3e7964

View File

@ -1815,11 +1815,6 @@ class VCenterVm
vm.ReconfigVM_Task(:spec => spec).wait_for_completion
config_array << {
:key => 'opennebula.hotplugged_nics',
:value => hotplugged_nics
}
end
############################################################################