mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
bug #193 fixes VCPU in Xen, patch by Nils Dijk (Nikhef)
This commit is contained in:
parent
2e85cd9058
commit
28dee90b5a
@ -130,7 +130,7 @@ int XenDriver::deployment_description(
|
||||
|
||||
if (!vcpu.empty())
|
||||
{
|
||||
file << "vcpu = '" << vcpu << "'" << endl;
|
||||
file << "vcpus = '" << vcpu << "'" << endl;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user