Hi, I am trying out Icehouse on ubuntu 14.04. My controller has got two computes attached: one hyperv and other KVM. Hyperv runs hyperv_neutron agent as L2 and kvm runs OVS.
ML2 plugin's conf.ini gives you the option to provide both hyperv and openvswitch separated by comma as the mechanism driver on the controller node, but it seems that only one of them takes into effect at a time. i.e. when the configuration is like this: 'mechanism_drivers = hyperv, openvswitch' only hyperv nova instances gets the port attached to the vnic and while kvm instances fail while when the configuration is like this: 'mechanism_drivers = openvswitch, hyperv' only KVM nova instances gets the port attached to the vnic and while hyperv instances doesn't get the network adapter configured. Please help me resolve this issue. Thanks in advance. Regards, Abhishek
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev