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

Drop usage of SecurityGroupServerRpcApiMixin in the hyperv 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: Idad9732be1c225262b39e07455d41bd61477c39d
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py