]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from l2population code
authorRussell Bryant <rbryant@redhat.com>
Mon, 24 Nov 2014 20:50:03 +0000 (20:50 +0000)
committerRussell Bryant <rbryant@redhat.com>
Wed, 26 Nov 2014 15:55:42 +0000 (15:55 +0000)
commit064c2a12cd0e0dfcf66abcf2e249a0e154d73509
treece9320fadeb707f36297dead011413182b7a4491
parentf4b3ba31e9548cdd4a8b97e6aa30c0a895b72e8a
Drop RpcProxy usage from l2population code

This patch removes usage of the RpcProxy compatibility class from the
l2population code.  The equivalent oslo.messaging APIs are now used
instead.

Part of blueprint drop-rpc-compat.

Change-Id: Ie6d45f1871c2dba603bc17851b753bb960a9ca2b
neutron/plugins/ml2/drivers/l2pop/rpc.py
neutron/tests/unit/ml2/drivers/test_l2population.py