1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-12 08:58:17 +03:00

Do not show stacktrace to users

This commit is contained in:
Tino Vazquez 2017-07-17 13:03:45 +02:00 committed by Ruben S. Montero
parent c2b0178066
commit d379600a3e

View File

@ -64,7 +64,7 @@ def self.import_wild(host_id, vm_ref, one_vm, template)
e["TEMPLATE/VCENTER_INSTANCE_ID"] == vc_uuid
end.first
raise "DS with ref #{ds_ref} is not imported in OpenNebula, aborting Wild VM import." if !ds_one
return OpenNebula::Error.new("DS with ref #{ds_ref} is not imported in OpenNebula, aborting Wild VM import.") if !ds_one
rc = one_vm.allocate(template)
return rc if OpenNebula.is_error?(rc)