]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop several uses of RpcCallback
authorRussell Bryant <rbryant@redhat.com>
Thu, 13 Nov 2014 21:31:10 +0000 (21:31 +0000)
committerRussell Bryant <rbryant@redhat.com>
Wed, 19 Nov 2014 17:18:34 +0000 (17:18 +0000)
commitf7f2aa931fdc0bcff5c3e5a78b3d75d2698d8e28
tree8e9441c98fbefc53eb362ba9736e80a2c84ad840
parentc52840e5160d793142ad9c1d65fb33c4dddba497
Drop several uses of RpcCallback

This patch drops several uses of the RpcCallback compatibility class.
All of these were trivial and straight forward conversions so I
batched them up.

There are still several other uses of RpcCallback, but the conversions
are were not necessarily trivial, and may be broken in one way or
another, so I wanted to address them separately.  In particular, the
use of mixin classes means that there could be cases where the version
declaration is being stepped on, so they need to be investigated more
closely.

Part of blueprint drop-rpc-compat.

Change-Id: I0977aee863d4fcc6a14a025215c6e41fe38a87f0
neutron/api/rpc/handlers/dvr_rpc.py
neutron/api/rpc/handlers/l3_rpc.py
neutron/api/rpc/handlers/metadata_rpc.py
neutron/api/rpc/handlers/securitygroups_rpc.py
neutron/db/agents_db.py
neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/plugins/hyperv/rpc_callbacks.py
neutron/plugins/ibm/agent/sdnve_neutron_agent.py
neutron/services/firewall/fwaas_plugin.py
neutron/services/vpn/service_drivers/ipsec.py