]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
linuxbridge: untangle SecurityGroupAgentRpcMixin
authorRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 19:34:12 +0000 (14:34 -0500)
committerRussell Bryant <rbryant@redhat.com>
Thu, 22 Jan 2015 20:39:07 +0000 (15:39 -0500)
commitf5629f04b1b7fe2220dbb808dff3556157c3c385
tree6d623e93b1cc1d6ff016111302c5cc6a305e5a6c
parentaf41065d3e2b28cf1f6541c0c91c6a80264eeb54
linuxbridge: untangle SecurityGroupAgentRpcMixin

This patch separates the use of SecurityGroupAgentRpcMixin out to its
own class.  This matches most of the rest of the code base.  This
separation is needed to be able to eventually move this rpc API into
its own messaging namespace.  Now that it's separate, a future change
can pass the new class an instance of SecurityGroupServerRpcApi
instead of assuming that the LinuxBridgePluginApi includes
SecurityGroupServerRpcApiMixin.

Part of blueprint rpc-docs-and-namespaces.

Change-Id: I913ef0e2f981b258ea03a519f53a55b4afe80daa
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py