neutron/neutron/common
Claudiu Belu 3cc89a9c44 Fix neutron-openvswitch-agent Windows support
Currently, the neutron-openvswitch-agent does not start on Windows
due to Linux specific imports. This patch addresses this issue.

Also, we're wrapping the object returned by subprocess.Popen using
tpool.Proxy in order to prevent IO operations on the stream
handles from blocking other threads. Currently, the ovs db monitor
blocks the whole process.

Closes-Bug: #1775382

Co-Authored-By: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Change-Id: I8bbc9d1f8332e5644a6071f599a7c6a66bef7928
(cherry picked from commit fee630efaa)
2018-08-28 06:53:11 +00:00
..
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
_deprecate.py Replace assert to raise AssertionError 2018-04-10 16:01:48 +04:00
cache_utils.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
config.py Allow neutron-api load config from WSGI process 2018-07-25 15:22:14 +07:00
constants.py Move MAX_CHAIN_LEN constants to constants file 2018-08-03 09:32:39 +02:00
eventlet_utils.py Windows: fix exec calls 2018-02-01 17:05:28 +02:00
exceptions.py Fix neutron-openvswitch-agent Windows support 2018-08-28 06:53:11 +00:00
ipv6_utils.py Fix W503 pep8 warnings 2018-04-17 14:22:58 +00:00
profiler.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
rpc.py remove rpc create_connection 2018-04-27 09:51:11 -06:00
test_lib.py Revert "Removed test_lib module" 2015-06-29 08:27:41 +00:00
utils.py use get_port_binding_by_status_and_host from lib 2018-07-30 07:10:23 -06:00