Comment 5 for bug 1661326

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.rootwrap (stable/ocata)

Reviewed: https://review.openstack.org/440848
Committed: https://git.openstack.org/cgit/openstack/oslo.rootwrap/commit/?id=776cd504b183377e4b6c1971963ae4221d149838
Submitter: Jenkins
Branch: stable/ocata

commit 776cd504b183377e4b6c1971963ae4221d149838
Author: Claudiu Belu <email address hidden>
Date: Thu Feb 2 19:12:42 2017 +0200

    Avoid importing Linux specific modules on Windows

    oslo.rootwrap currently imports a few Linux-specific modules, which
    means that any services importing oslo.rootwrap modules will fail to
    start on Windows (e.g.: neutron-ovs-agent).

    Change-Id: I229c311939facdffdcde484f590e980102024b5a
    Closes-Bug: #1661326
    (cherry picked from commit 847c28abcfe508c7b63f5b9bc78cbc8962a2c8b7)