mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-13 13:17:39 +03:00
Merge branch 'bug-2483'
This commit is contained in:
commit
36b62e7896
@ -337,9 +337,14 @@ int XenDriver::deployment_description(
|
||||
}
|
||||
|
||||
file << vm->get_remote_system_dir() << "/disk." << disk_id << ","
|
||||
<< target << ","
|
||||
<< mode
|
||||
<< "'," << endl;
|
||||
<< target;
|
||||
|
||||
if ( type == "CDROM" )
|
||||
{
|
||||
file << ":cdrom";
|
||||
}
|
||||
|
||||
file << "," << mode << "'," << endl;
|
||||
}
|
||||
|
||||
attrs.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user