Comment 5 for bug 1705012

Revision history for this message
Stefan Nica (stefan.nica) wrote :

My setup is using the ml2 plugin, with both vmware_dvs and openvswitch mechanism drivers enabled. This is the ml2 section of my ml2_conf.ini:

[ml2]
type_drivers = vlan,vxlan,gre,flat
tenant_network_types = vlan,vxlan,gre
mechanism_drivers = vmware_dvs,openvswitch,l2population
extension_drivers = port_security

I should also note that I'm using a vlan network - the only type of network supported by the vmware_dvs driver - so there's no confusion about the type driver involved.

When vmware_dvs is configured, nova should receive a VIF type of 'dvs', but receives a 'unbound' value instead, which is the immediate cause of the error.