Comment 2 for bug 1801029

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

Reviewed: https://review.openstack.org/614728
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=dd69c70dfb995df01b8b7fe6b42037181ac56873
Submitter: Zuul
Branch: master

commit dd69c70dfb995df01b8b7fe6b42037181ac56873
Author: Lucian Petrut <email address hidden>
Date: Thu Nov 1 11:29:47 2018 +0200

    Do not import pyroute2 on Windows

    Pyroute2 is not available on Windows, for which reason we need some
    platform checks.

    At the moment, the ovs plugin can no longer be loaded on Windows
    because of this import error.

    Change-Id: I4aacd17e77d3b22b8245106d325a7e393794f0a1
    Closes-Bug: #1801029