]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove __init__ method from TunnelCallback mixin
authorKevin Benton <blak111@gmail.com>
Thu, 19 Jun 2014 07:19:28 +0000 (00:19 -0700)
committerKevin Benton <blak111@gmail.com>
Wed, 25 Jun 2014 15:16:37 +0000 (08:16 -0700)
commite8b9a11fd728d287a1c64aa025ebba009bf5025e
treefd2aa0cdd61b37e073afefa236ffecc640de6ef0
parentbefc4a02291de696a70363cb1c80635bf6858ea2
Remove __init__ method from TunnelCallback mixin

Removed an __init__ method from a mixin class that
made mixing with other classes fragile and inflexible.
This replaces it with an explicit setup method.

This allows the ML2 RPCCallbacks class to correctly
inherit the common RpcCallback class.

Closes-Bug: #1332041
Change-Id: I36cb7dcf57147468f252d61f846b2b28dd77c8ff
neutron/plugins/ml2/drivers/type_tunnel.py
neutron/plugins/ml2/rpc.py