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

Fix wrong deployment file generation

This commit is contained in:
Tino Vázquez 2010-10-04 18:09:42 +02:00
parent e8987b2315
commit ca900d28e4

View File

@ -243,8 +243,6 @@ int LibVirtDriver::deployment_description_vmware(
file << "\t\t</disk>" << endl;
}
file << "\t</devices>" << endl;
attrs.clear();
@ -331,6 +329,8 @@ int LibVirtDriver::deployment_description_vmware(
}
attrs.clear();
file << "\t</devices>" << endl;
// ------------------------------------------------------------------------
// Raw KVM attributes