Comment 35 for bug 1492714

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/414607
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7fc79f43dce4411291074d07dcf9eb7ae108fe04
Submitter: Jenkins
Branch: master

commit 7fc79f43dce4411291074d07dcf9eb7ae108fe04
Author: Denis Buliga <email address hidden>
Date: Tue Jan 3 02:42:32 2017 -0800

    Refactors QosAgentDriver

    QosAgentDriver has a method which uses linux specific module, which
    is trying to import pyroute2.

    Module pyroute2 tries to import a module from socket which does not
    exists on windows (socket.inet_pton[1]). This can cause neutron
    services to fail to start on windows[2].

    [1]: https://docs.python.org/2/library/socket.html#socket.inet_pton
    [2]: http://paste.openstack.org/show/593272/

    Change-Id: I706368bfcaece380e1357e0c504fd3b9553ba49c
    Related-Bug: #1492714