]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
sriovnicagent: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 20:57:31 +0000 (15:57 -0500)
committerRussell Bryant <rbryant@redhat.com>
Thu, 22 Jan 2015 20:39:07 +0000 (15:39 -0500)
commita1af2cdc374f6b1b62a3258ff6cda51369aad7a5
tree043679f499be6d23a83265386aee05ce6279671b
parente6592f74021fbb4a1d577733292233f0a3f7be5f
sriovnicagent: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in sriovnicagent.
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: I157866bb65f884f80a9c3d70ffdcd487644caaef
neutron/plugins/sriovnicagent/sriov_nic_agent.py