Reviewed: https://review.openstack.org/292434 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bbdcc6d4af27e316a423c9229fc13ba1d58fcc83 Submitter: Jenkins Branch: master
commit bbdcc6d4af27e316a423c9229fc13ba1d58fcc83 Author: Adelina Tuvenie <[email protected]> Date: Mon Mar 14 16:32:11 2016 +0200 Fixes "OVS Agent doesn't start on Windows" The OVS Agent doesn't start on Windows because of Windows specific import. The fix is trivial and consists in implementing InterfacePollingMinimizer as a empty class for Windows and importing polling from common. Closes-Bug: #1556992 Change-Id: Ie43c841bf05b4b011a74a3f8198576cbc41bcbbb ** 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/1556992 Title: OVS agent doesn't start on Windows because of linux specific import Status in neutron: Fix Released Bug description: Change I6574cef3c95525ace6a98cf968ee159190681394 breaks the OVS Agent on Windows because of this line: from neutron.agent.linux import polling as linux_polling This causes the agent to crash with the following trace: http://paste.ubuntu.com/15384169/ The fix is trivial and consists of implementing InterfacePollingMinimizer for Windows as a empty class and importing polling from common instead of Linux. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1556992/+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

