]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ovs: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Fri, 16 Jan 2015 15:15:17 +0000 (10:15 -0500)
committerRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 14:49:28 +0000 (09:49 -0500)
commitc30ca3fc42d09b1cb8fd1f2f877f21fcbe396732
tree6542ac5a07d3e331cfd9c37f8c21c73e250852ec
parent884b7093da316a253f7a379a6187301537b6cf5c
ovs: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in the ovs 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: I6c3f3325b4337e55aed2316dade8025425c4e919
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py