My bad, you are right (was a bit quick there). I don't know any other way than changing the source, but someone else might have some light to shed.
VmwareResource.java has this in it, so I guess you're out of luck unless you decide to fiddle with the code yourself // TODO need a way to specify the control of NIC device type VirtualEthernetCardType nicDeviceType = VirtualEthernetCardType.E1000; -- Erik Weber On Wed, May 21, 2014 at 2:08 PM, Alexey Samarin <[email protected]> wrote: > Thank you for reply! > > I thought this parameter changes only network card on the system vm's. I'm > wrong? > > > 2014-05-21 16:04 GMT+04:00 Erik Weber <[email protected]>: > > > On Wed, May 21, 2014 at 1:50 PM, Alexey Samarin <[email protected]> > wrote: > > > > > Dear, users of cloudstack. > > > > > > I'm using CS 4.2 with vmware hypervisor. By default CS create instances > > > with E1000 ethernet adapter. > > > The question is - how to make vmxnet3 by default adapter? > > > > > > > > Look for the global setting vmware.systemvm.nic.device.type > > > > > > -- > > Erik Weber > > >
