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

Fix wrong generated deployment file

This commit is contained in:
Tino Vázquez 2010-10-03 23:09:07 +02:00
parent 1e39edb942
commit 7b4e49407d

View File

@ -242,6 +242,8 @@ int LibVirtDriver::deployment_description_vmware(
file << "\t\t</disk>" << endl;
}
file << "\t</devices>" << endl;
attrs.clear();