Revision 6dc089f2 src/vmm_mad/remotes/vcenter/deploy
src/vmm_mad/remotes/vcenter/deploy | ||
---|---|---|
59 | 59 |
ops) |
60 | 60 |
rescue Exception => e |
61 | 61 |
STDERR.puts "Deploy of VM #{vm_id} on host #{host} with #{dfile} failed " + |
62 |
"due to \"#{e.message}\"" |
|
62 |
"due to \"#{e.message}\"\n#{e.backtrace}"
|
|
63 | 63 |
exit -1 |
64 | 64 |
end |
65 |
|
Also available in: Unified diff