[one-users] RAW attribute in template

2011-03-30 Thread Carlos Fernández Iglesias
Hello, I'm struggling to add the kvm -net nic,model=virtio in the RAW attribute of the opennebula virtual machine template. This is one of the many ways I've tried and failed: RAW = [ type = kvm, data = devicesinterface type=\network\source network=\default\/target dev=\tap\/model

Re: [one-users] RAW attribute in template

2011-03-30 Thread Ruben S. Montero
Hi, The information is at http://www.opennebula.org/documentation:rel2.2:kvmg Just add model=virtio to the NIC attribute, like: NIC = [ NETWORK=example, MODEL=virtio] Cheers 2011/3/30 Carlos Fernández Iglesias cigles...@cesga.es Hello, I'm struggling to add the kvm -net nic,model=virtio