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:
parent
fbcc340c8a
commit
f74108e4eb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user