]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
mlnx: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 19:52:53 +0000 (14:52 -0500)
committerRussell Bryant <rbryant@redhat.com>
Thu, 22 Jan 2015 20:39:07 +0000 (15:39 -0500)
commit168b3c5dfd2b9bf50520e89ebc293f0fac0c35a6
treeab7c02e3b105af3a0a775b7e261954d49be6481d
parentfe4a82254d54750082c3a6d909c6643aa9d2bce7
mlnx: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in the mlnx agent.
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: Iba96bddf30f33569a96548a5f116d66a4db6fc8f
neutron/plugins/mlnx/agent/eswitch_neutron_agent.py