]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Initialize RpcProxy objects correctly
authorIlya Shakhat <ishakhat@mirantis.com>
Fri, 18 Jul 2014 10:09:18 +0000 (14:09 +0400)
committerIlya Shakhat <ishakhat@mirantis.com>
Fri, 18 Jul 2014 11:54:42 +0000 (15:54 +0400)
commit82e57eb9f29009acfc90b485021f5c98243ad31b
tree1a7dc6692f2d2b6f0c297b36cb8e179fb9ac3a5e
parent68713c94ee6f8e02f4b967ab943549d89b3c4261
Initialize RpcProxy objects correctly

RpcProxy class is used as base in classes with multiple inheritance
(ex. MeteringAgent). To initialize objects of such classes correctly
every constructor should call its base constructor via super().__init__()

Closes bug 1332788

Change-Id: I00ef804b6ee6c73dec3e177202bb85311e3e2b10
neutron/common/rpc.py