← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1583918] Re: why all mechanism_drivers in configuration will be excuted when any vnic_type VM created

 

** Changed in: neutron
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1583918

Title:
  why  all mechanism_drivers in configuration will be excuted when any
  vnic_type VM created

Status in neutron:
  Invalid

Bug description:
  Mechanism_drivers some used for ovs VN, and others used for direct, macvtap, and so on, but when we create any VM, the all mechanism_drivers will be executed and not select suitable Mechanism_driver to bind port. 
  For example, 'openvswitch' and 'sriovnicswitch' in ml2 configuration mechanism_drivers, and then created a sriov VM, only 'bind_port' in 'SriovNicSwitchMechanismDriver' should be run,  but we found function 'bind_port' in OpenvswitchMechanismDriver also has been used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1583918/+subscriptions


References