]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Drop neutron.common.rpc.MessagingTimeout
authorRussell Bryant <rbryant@redhat.com>
Thu, 6 Nov 2014 23:30:25 +0000 (00:30 +0100)
committerRussell Bryant <rbryant@redhat.com>
Tue, 11 Nov 2014 18:25:04 +0000 (13:25 -0500)
Drop the last neutron.common.rpc exception mapping, MessagingHelper,
which wasn't actually used anywhere anyway.

Part of blueprint drop-rpc-compat.

Change-Id: I43b9b97accff9cc7684146076ba0b5d62302f06e

neutron/common/rpc.py

index 9928aa28e7d15b294a7382fbb97b480e491eab85..995f6f6cd3a8d99d5f16f5d6e2ab53ca28a2bf35 100644 (file)
@@ -272,7 +272,3 @@ class Connection(object):
 # functions
 def create_connection(new=True):
     return Connection()
-
-
-# exceptions
-MessagingTimeout = messaging.MessagingTimeout