Reviewed: https://review.openstack.org/567621 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fee630efaa74ce3d193999944e5b3a331fb2fbd9 Submitter: Zuul Branch: master
commit fee630efaa74ce3d193999944e5b3a331fb2fbd9 Author: Claudiu Belu <[email protected]> Date: Thu May 10 18:26:23 2018 +0300 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 <[email protected]> Change-Id: I8bbc9d1f8332e5644a6071f599a7c6a66bef7928 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1775382 Title: neutron-openvswitch-agent cannot start on Windows Status in neutron: Fix Released Bug description: Currently, the neutron-openvswitch-agent cannot start on Windows [1] due to various Linux-centric modules being imported on Windows. This issue only affects master. [1] http://paste.openstack.org/show/722788/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1775382/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

