1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

Force deployment for running VMs import in vCenter through the onevcenter CLI

This commit is contained in:
Tino Vazquez 2015-02-11 11:55:40 +01:00
parent 4176c2e546
commit 650e2718b1

View File

@ -277,7 +277,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
"#{rc.message}\n"
end
rc = one_v.deploy v[:host_id]
rc = one_v.deploy v[:host_id], true # Force deployment
if ::OpenNebula.is_error?(rc)
STDOUT.puts " Error creating Virtual Machine: "\