]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use DVRServerRpcApi instead of a mixin
authorRussell Bryant <rbryant@redhat.com>
Fri, 23 Jan 2015 18:52:10 +0000 (13:52 -0500)
committerRussell Bryant <rbryant@redhat.com>
Mon, 26 Jan 2015 13:07:36 +0000 (08:07 -0500)
commit4dca257646aa55f656e4bfdc52af44c21aac4fe0
tree96fe89f90761a48790390292a474b8f13ee9fdd9
parent8f6e93ea7d070715a14e80083a769c115fb1b62d
Use DVRServerRpcApi instead of a mixin

Replace DVRServerRpcApiMixin with a standalone rpc client class,
DVRServerRpcApi.  Also convert the one user of this code (the ovs
agent) to use it.  This is a prerequisite to being able to put this
rpc interface into a messaging namespace.

Part of blueprint rpc-docs-and-namespaces.

Change-Id: I33b8bff78fd9ca0223c5e48713f7e8f2db026752
neutron/api/rpc/handlers/dvr_rpc.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py