Comment 2 for bug 1670402

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

Reviewed: https://review.openstack.org/442011
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=46827e0de9b164cb54973180eb4f9849d97469b4
Submitter: Jenkins
Branch: master

commit 46827e0de9b164cb54973180eb4f9849d97469b4
Author: Alin Balutoiu <email address hidden>
Date: Mon Mar 6 17:42:56 2017 +0200

    Fixes crash when starting Neutron OVS Agent on Windows

    The neutron OVS Agent does not start on Windows because
    of Linux specific import.

    The fix consists in moving the method get_ip_version in
    the common module of ip_lib being the only one used from
    the module. We will import the common module
    agent/common/ip_lib after that.

    Change-Id: I95e9a6fa99e0992499f46a4f0debccd47b8a936c
    Closes-Bug: #1670402