Comment 6 for bug 1878579

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

Reviewed: https://review.opendev.org/729124
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=4ad05407b199fc844ba4716f6e5e62f453374343
Submitter: Zuul
Branch: stable/ussuri

commit 4ad05407b199fc844ba4716f6e5e62f453374343
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
    (cherry picked from commit d96fed4f3c5205b562865eefd4cffe1c1b151d4b)