]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
linuxbridge: drop usage of SecurityGroupServerRpcApiMixin
authorRussell Bryant <rbryant@redhat.com>
Wed, 21 Jan 2015 18:40:18 +0000 (13:40 -0500)
committerRussell Bryant <rbryant@redhat.com>
Thu, 22 Jan 2015 20:39:07 +0000 (15:39 -0500)
commitff4574bf4ec5bf3aba06fef715f9138b27a059fa
tree3bee948f5e74d5827f02b2247b63e76e13be05c8
parentf5629f04b1b7fe2220dbb808dff3556157c3c385
linuxbridge: drop usage of SecurityGroupServerRpcApiMixin

Drop usage of SecurityGroupServerRpcApiMixin in the linuxbridge 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: I736468ebd32822352e44eda8c5f1a25972a70fda
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py