Commit
6ca8cb84fd8 moved the patching early in the loading process.
After some reshuffling in the agents, this might not be as early
as possible, so move them closer to their main()'s.
Change-Id: Ifddd3a3d87ef6cc06788e9b4c40d6a6d981ebe0c
#
import eventlet
-eventlet.monkey_patch()
-
import netaddr
from oslo.config import cfg
from oslo import messaging
import sys
+import eventlet
+eventlet.monkey_patch()
+
from oslo.config import cfg
from neutron.agent.common import config
import socket
import eventlet
-eventlet.monkey_patch()
-
import httplib2
from neutronclient.v2_0 import client
from oslo.config import cfg
import sys
+import eventlet
+eventlet.monkey_patch()
+
from oslo.config import cfg
from neutron.agent.common import config as agent_conf