]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Fri, 16 Jan 2015 14:54:53 +0000 (09:54 -0500)
committerRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 14:49:28 +0000 (09:49 -0500)
commit010750960a68053ea622ead98c4df9314b2048d5
tree295330c4fef4ffd74968b9b291225d6d65873bc3
parent235c6ab9789d28c358054a2ae56ea9dd9d80b537
ofagent: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in the ofagent 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: I932072bd5ab40c58c0706264cf5087d4f5786fce
neutron/plugins/ofagent/agent/ofa_neutron_agent.py