Re: [openstack-dev] [nova] Launch an instance with e1000 as the first network interface and virtio net as the second network interface

2013-09-20 Thread Rahul Sharma
Hi Pattabi, I am not sure how to do this. Usually, image-parameters are specified at the time of upload of image to glance. For example, if you want to use e1000 driver instead of virtio which is there by default, you can specify the property hw_vif_model=e1000 in "glance image-create" command. F

[openstack-dev] [nova] Launch an instance with e1000 as the first network interface and virtio net as the second network interface

2013-09-20 Thread Pattabi Ayyasami
HI, I have Nova with version 2.14.1.17 and glance with version 0.10.0.10. I found that the default network interface port is virtio after I launch a new instance from Horizon. Is there any way to create two network interface ports, the first one as e1000 and the second one as virtio ? I want to