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

Remove debug info

This commit is contained in:
Tino Vazquez 2016-11-24 15:56:45 +01:00
parent 18185a9212
commit 6ac6daa171

View File

@ -83,10 +83,6 @@ keep_disks = !template['/VM/USER_TEMPLATE/KEEP_DISKS_ON_DONE'].nil? &&
disks = [template.to_hash["VM"]["TEMPLATE"]["DISK"]].flatten.compact
host = template["/VM/HISTORY_RECORDS/HISTORY"].first["HOSTNAME"]
puts host
exit
cloned_tmplt = nil
if !template['/VMM_DRIVER_ACTION_DATA/VM/TEMPLATE/CLONING_TEMPLATE_ID'].nil?
cloned_tmplt = template['/VMM_DRIVER_ACTION_DATA/VM/TEMPLATE/TEMPLATE_ID']