Comment 1 for bug 1850029

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

Reviewed: https://review.opendev.org/688053
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=417071f1813a8f32e5d6ade8f8f2f6432587f9be
Submitter: Zuul
Branch: master

commit 417071f1813a8f32e5d6ade8f8f2f6432587f9be
Author: Woohyung Han <email address hidden>
Date: Fri Oct 11 12:36:27 2019 +0900

    Make extra_specs value as case-insensitive

    Currently the value of extra_specs is not case-insenstive. If some
    share_type has extra_specs that is `storage_protocol=NFS`, It will
    not be filtered by `storage_protocol=nfs`. Make extra_specs value
    as case-insensitive.

    Change-Id: I51376d1b13a5300cfdbe19f6eadc341db45efcd6
    Closes-Bug: #1850029