]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from LBaaS code
authorRussell Bryant <rbryant@redhat.com>
Tue, 18 Nov 2014 16:50:31 +0000 (16:50 +0000)
committerRussell Bryant <rbryant@redhat.com>
Thu, 20 Nov 2014 20:40:49 +0000 (20:40 +0000)
commitfb78f697d9fed9f72bb57f953b37cd1ff2826f96
treea93fcb915760507273ae13250f98063b4c4fe5be
parent49fee853ad25cd582b118b45bcb8d8cde54d2e90
Drop RpcProxy usage from LBaaS code

Update the LBaaS code to stop using the RpcProxy compatibility class.
The equivalent direct usage of oslo.messaging APIs are now used
instead.

Part of blueprint drop-rpc-compat.

Change-Id: I381394507e4f2daf6d774f70087fef8833c9bab5
neutron/services/loadbalancer/agent/agent_api.py
neutron/services/loadbalancer/drivers/common/agent_driver_base.py
neutron/tests/unit/services/loadbalancer/agent/test_api.py
neutron/tests/unit/services/loadbalancer/drivers/test_agent_driver_base.py