Comment 7 for bug 1878579

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

Reviewed: https://review.opendev.org/729123
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=2070a6c798a3eeea32de2751f4088e460f2e0f6a
Submitter: Zuul
Branch: stable/train

commit 2070a6c798a3eeea32de2751f4088e460f2e0f6a
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)