]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
hyperv: drop useless messaging.Target on HyperVSecurityAgent
authorRussell Bryant <rbryant@redhat.com>
Thu, 22 Jan 2015 18:47:22 +0000 (13:47 -0500)
committerRussell Bryant <rbryant@redhat.com>
Mon, 26 Jan 2015 13:06:01 +0000 (08:06 -0500)
commit05648979b65b0d1010ad750707128e8ff1ffbd8a
treea3c5c3c1fcdd6f790b3de8a7ca74275942ae0adc
parent51fcac038954b537d552a4cb37aca1c797c06255
hyperv: drop useless messaging.Target on HyperVSecurityAgent

HyperVSecurityAgent includes a messaging.Target() definition.
However, this is unnecessary as this class is not an rpc API endpoint.
Just remove it.

Part of blueprint rpc-docs-and-namespaces.

Change-Id: I8402079c1992453aaab1f989d70f2c5c37ebc2bd
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py