neutron/neutron/cmd/eventlet/plugins
Adelina Tuvenie 8a3942d64a Add eventlet monkey_patch helper
Eventlet monkey patching the os and thread modules causes subprocess.Popen
to fail on Windows when using pipes due to missing non-blocking IO support.
There is an reported bug on eventlet [1] with this issue. The solution
for this issue is to not monkey_patch os and thread.

This change is needed in order to run ovs_neutron_agent on Windows platforms.

[1] https://bitbucket.org/eventlet/eventlet/issue/132/eventletmonkey_patch-breaks

Partially implements blueprint: hyper-v-ovs-agent

Change-Id: I73f5dfc16563da2c09b5440a687484ba5a1fc2de
2015-03-24 08:44:00 -07:00
..
__init__.py NEC plugin code split 2015-03-10 16:28:02 +09:00
hyperv_neutron_agent.py Hyper-V Agent decomposition 2015-03-19 12:17:19 +02:00
mlnx_neutron_agent.py Move mlnx agent to be under ml2/drivers/mlnx 2015-03-16 16:27:13 +02:00
nec_neutron_agent.py NEC plugin code split 2015-03-10 16:28:02 +09:00
ovs_neutron_agent.py Add eventlet monkey_patch helper 2015-03-24 08:44:00 -07:00