← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1488996] Re: QoS doesn't work when a mechanism driver which doesn't implement bind_port explicitly supports it

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

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

Title:
  QoS doesn't work when a mechanism driver which doesn't implement
  bind_port explicitly supports it

Status in neutron:
  Fix Released

Bug description:
  My ml2 configuration file contains the following:

  [ml2]
  extension_drivers = port_security,qos
  mechanism_drivers = openvswitch,l2population

  However, when trying to get a list of available rule types, the
  neutron-server logs this to the log file:

  WARNING neutron.plugins.ml2.managers [req-19db3de7-1a1a-
  42b5-b4c0-b9f146a6bcac admin b44ee578c44a426e81752b4df76c1a89]
  l2population does not support QoS; no rule types available

  Seems to me like this should not be the case, as l2pop has nothing to
  do with QoS or binding ports. Probably other mechanism drivers also
  produce the same error. QoS should explicitly check if a mechanism
  driver overrides bind_port and only if it does it should produce that
  error.

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


References