1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #671: NIC model in a xen machine

This commit is contained in:
Jaime Melis 2011-06-07 17:09:36 +02:00
parent 4360534be8
commit 1bcd6a4a7b

View File

@ -354,7 +354,7 @@ int XenDriver::deployment_description(
if( !model.empty() )
{
file << "type=" << model;
file << "model=" << model;
pre_char = ',';
}