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:
parent
4176c2e546
commit
650e2718b1
@ -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: "\
|
||||
|
Loading…
Reference in New Issue
Block a user