mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-13 13:17:39 +03:00
Refine CONTEXT support for VMware
This commit is contained in:
parent
f383ec5e8a
commit
770508df05
@ -278,7 +278,7 @@ int LibVirtDriver::deployment_description_vmware(
|
||||
{
|
||||
file << "\t\t<disk type='file' device='cdrom'>" << endl;
|
||||
file << "\t\t\t<source file='[" << datastore <<"] " << vm->get_oid()
|
||||
<< "/disk." << num << "'/>" << endl;
|
||||
<< "/disk." << num << ".iso'/>" << endl;
|
||||
file << "\t\t\t<target dev='" << target << "'/>" << endl;
|
||||
file << "\t\t\t<readonly/>" << endl;
|
||||
file << "\t\t</disk>" << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user