]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove neutron.common.rpc.RPCException
authorRussell Bryant <rbryant@redhat.com>
Thu, 6 Nov 2014 23:21:10 +0000 (00:21 +0100)
committerRussell Bryant <rbryant@redhat.com>
Tue, 11 Nov 2014 18:25:04 +0000 (13:25 -0500)
commit56f4272a8992f251cb9dda42e5bcad287d182678
treeff94c10bd00f74969ae20511b504e5334449fdf6
parentc9bea66dfea3549358d4fc0b40600f3f2a68f5b3
Remove neutron.common.rpc.RPCException

Remove RPCException, which was just mapped directly to
oslo.messaging.MessagingException for the purposes of minimizing the
impact to the code base when moving from openstack.common.rpc to
oslo.messaging.

Part of blueprint drop-rpc-compat.

Change-Id: Idc5af503f24217fbd2d982c338434c200d025521
neutron/agent/l3_agent.py
neutron/agent/metadata/agent.py
neutron/common/rpc.py
neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py
neutron/tests/unit/cisco/cfg_agent/test_routing_svc_helper.py