]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from MetadataPluginApi
authorRussell Bryant <rbryant@redhat.com>
Fri, 7 Nov 2014 21:10:09 +0000 (22:10 +0100)
committerRussell Bryant <rbryant@redhat.com>
Tue, 18 Nov 2014 16:57:46 +0000 (16:57 +0000)
commit267ba61e9c731a91bdb45c3015eb499cd9dcc6dc
tree4bba84cbe430805b46d222949b92eab1c1d7b774
parent3109f6020d9e7e9d58305a833636690a3f2d1ff0
Drop RpcProxy usage from MetadataPluginApi

Drop the usage of the RpcProxy compatibility class from
MetadataPluginApi.  The equivalent direct usage of oslo.messaging APIs
are used instead.

Part of blueprint drop-rpc-compat.

Change-Id: I1764dd715237bc76dae2789121850f69b8f82888
neutron/agent/metadata/agent.py