1
0
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:
Ruben S. Montero 2010-02-25 23:36:31 +01:00 committed by ruben
parent 2e85cd9058
commit 28dee90b5a

View File

@ -130,7 +130,7 @@ int XenDriver::deployment_description(
if (!vcpu.empty())
{
file << "vcpu = '" << vcpu << "'" << endl;
file << "vcpus = '" << vcpu << "'" << endl;
}
// ------------------------------------------------------------------------