From e9b627a1c8203e5316067e79ab2a008b43b97656 Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Tue, 28 Feb 2012 04:26:48 +0000 Subject: Remove monkey patching in carrot RPC driver It's already handled more appropriately by nova/testing/runner.py and by the individual executables in bin Change-Id: I8a0dcc699a859ce78575b0c3d2b9dc8faea0b847 --- nova/rpc/impl_carrot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nova/rpc/impl_carrot.py b/nova/rpc/impl_carrot.py index cc4c1e1a2..26f4e4f07 100644 --- a/nova/rpc/impl_carrot.py +++ b/nova/rpc/impl_carrot.py @@ -47,9 +47,6 @@ from nova.rpc import common as rpc_common from nova.rpc.common import RemoteError, LOG from nova.testing import fake -# Needed for tests -eventlet.monkey_patch() - FLAGS = flags.FLAGS -- cgit