]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from nec plugin
authorRussell Bryant <rbryant@redhat.com>
Sun, 23 Nov 2014 02:25:59 +0000 (02:25 +0000)
committerRussell Bryant <rbryant@redhat.com>
Mon, 24 Nov 2014 21:01:42 +0000 (21:01 +0000)
commitdeb7ad4d15afe2ca5f18a28cc3a3395ee9b190f7
tree3d36095e7906ae87988de18df1c313c372026fc6
parent019690702456da9606800a4faee14015bec6136e
Drop RpcProxy usage from nec plugin

This patch removes the usage of the RpcProxy compatibility class from
the nec plugin.  The equivalent usage of oslo.messaging APIs is now
used instead.

Part of blueprint drop-rpc-compat.

Change-Id: I0b3ee1437ad4525f1354caaba686b6ab7442db2f
neutron/plugins/nec/agent/nec_neutron_agent.py
neutron/plugins/nec/nec_plugin.py