]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
nec: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Fri, 16 Jan 2015 14:37:52 +0000 (09:37 -0500)
committerRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 14:49:28 +0000 (09:49 -0500)
commit235c6ab9789d28c358054a2ae56ea9dd9d80b537
treee431fc8d6346714d5cbac8ada991437b6b3e0215
parent21b20b7e2d4a4ff1a18ef2b19508cab7cca9f27e
nec: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in the nec 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: Id76c3fd22a0e847660f58e4d3c8a1001e3654918
neutron/plugins/nec/agent/nec_neutron_agent.py