Comment 2 for bug 1694220

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

Reviewed: https://review.openstack.org/468833
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=572deac00be43b87546d9dd6d3d9886b0963ae1e
Submitter: Jenkins
Branch: master

commit 572deac00be43b87546d9dd6d3d9886b0963ae1e
Author: Claudiu Belu <email address hidden>
Date: Mon May 29 02:44:03 2017 -0700

    Fixes import_modules_recursively for Windows

    The neutron agents fail to start on Windows, due to the fact that
    neutron.common.utils.import_modules_recursively expects the paths
    to be forwardslash separated, while on Windows they are backslash
    separated.

    Change-Id: I5e15273c2f70b70fad0cf1216ef0b33c6a99d702
    Closes-Bug: #1694220