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

feature #863: uses VM xml instead of just the template for deploy

This commit is contained in:
Ruben S. Montero 2011-11-10 23:15:04 +01:00
parent fbcc340c8a
commit f74108e4eb

View File

@ -360,7 +360,7 @@ void VirtualMachineManager::deploy_action(int vid)
"",
vm->get_remote_deployment_file(),
"",
vm->template_to_xml(vm_tmpl));
vm->to_xml(vm_tmpl));
vmd->deploy(vid, *drv_msg);