Comment 2 for bug 1878579

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

Reviewed: https://review.opendev.org/728003
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=d96fed4f3c5205b562865eefd4cffe1c1b151d4b
Submitter: Zuul
Branch: master

commit d96fed4f3c5205b562865eefd4cffe1c1b151d4b
Author: Lucian Petrut <email address hidden>
Date: Thu May 14 12:35:08 2020 +0300

    Fix case sensitive path comparisons

    Windows paths are case insensitive. Furthermore, Hyper-V even
    flips the casing in some cases.

    For that reason, we have to ensure that our path comparisons
    are case insensitive.

    Change-Id: I4cb059c6bdcb09f7e0c3217fe34654c8e197b67d
    Closes-Bug: #1878579