yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48015
[Bug 1556992] [NEW] OVS agent doesn't start on Windows because of linux specific import
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Assignee: Adelina Tuvenie (atuvenie)
Status: In Progress
--
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:
In Progress
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
Follow ups