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:
parent
e8987b2315
commit
ca900d28e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user