neutron/neutron/agent/windows
Adelina Tuvenie f0d9410a82 OVS agent support on Hyper-V
This patch abstracts away platform specific differences in
agent/linux/utils.py and agent/linux/polling.py in order for
OVS neutron agent to work on Hyper-V.

agent.linux.utils uses fcntl that is not available on Windows and
also uses rootwrap which is no necessary on Windows.

ovsdb_monitor.SimpleInterfaceMonitor works only on GNU/Linux because
agent.linux.async_process uses platfom specific components like the
kill command.

Unit tests have been updated accordingly

Implements blueprint: hyper-v-ovs-agent

Change-Id: I3326414335467d9dc5da03e6d1016d0e32330dd0
2015-03-25 13:48:33 -07:00
..
__init__.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
utils.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00