]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
bigswitch: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Fri, 16 Jan 2015 13:52:40 +0000 (08:52 -0500)
committerRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 14:49:28 +0000 (09:49 -0500)
commitf3505e873f59702fad1196cafdd224eea72ba674
treec8b8c65b13dbfa831c250243b4013c8e53c5fff9
parent8364c03d10386004e5a11d3585e328de46f99bac
bigswitch: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in the bigswitch plugin.
This is required to be able to eventually move this API into a
messaging namespace.  It needs to use its own messaging client
instance, instead of a different one it gets after being used as a
mixin.

Part of blueprint rpc-docs-and-namespaces.

Change-Id: Ib1c06d5b79c51fb63131efdf6ed83a7e85a7b820
neutron/plugins/bigswitch/agent/restproxy_agent.py
neutron/tests/unit/bigswitch/test_restproxy_agent.py