[openstack-dev] [Neutron]LBaaS] - Questions on IP Allocation Logic for VIP

2013-10-24 Thread Pattabi Ayyasami
Hi, We encounter the following error in our lab when we auto allocate the VIP IP Address for create_vip API. == ERROR: quantumclient.shell Unable to complete operation for network

[openstack-dev] [Nove] Launch an instance with IDE disk type instead of virtio disk type

2013-09-20 Thread Pattabi Ayyasami
Hi, We have a KVM qcow2 image to be launched on a KVM host. From Dashboard, I don't find a way to specify the disk type for a new instance as IDE. The instance was launched with a virtio disk type. virsh dumpxml kvm_vm_name shows the following. disk type='file' device='disk'

[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