← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1332041] [NEW] type_tunnel.TunnelRpcCallbackMixin __init__ method incompatible with other mixins

 

Public bug reported:

The init method in type_tunnel.TunnelRpcCallbackMixin expects extra
parameters[1] not passed to the rest of the RPC mixins so it requires a
custom __init__ method in the ML2 plugin[2].

1. https://github.com/openstack/neutron/blob/caf60442247ef0a13595db2691733f3b7589d24f/neutron/plugins/ml2/rpc.py#L54
2. https://github.com/openstack/neutron/blob/0755e7b379232285e434d827eeb854260a1db595/neutron/plugins/ml2/drivers/type_tunnel.py#L90

** Affects: neutron
     Importance: Undecided
     Assignee: Kevin Benton (kevinbenton)
         Status: In Progress

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

Title:
  type_tunnel.TunnelRpcCallbackMixin  __init__ method incompatible with
  other mixins

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  The init method in type_tunnel.TunnelRpcCallbackMixin expects extra
  parameters[1] not passed to the rest of the RPC mixins so it requires
  a custom __init__ method in the ML2 plugin[2].

  1. https://github.com/openstack/neutron/blob/caf60442247ef0a13595db2691733f3b7589d24f/neutron/plugins/ml2/rpc.py#L54
  2. https://github.com/openstack/neutron/blob/0755e7b379232285e434d827eeb854260a1db595/neutron/plugins/ml2/drivers/type_tunnel.py#L90

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


Follow ups

References