Comment 5 for bug 1929121

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/799775
Committed: https://opendev.org/openstack/manila/commit/59a0c147df9e9255b3199fbb6846311f0fe8cef1
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 59a0c147df9e9255b3199fbb6846311f0fe8cef1
Author: Kafilat Adeleke <email address hidden>
Date: Tue Jun 8 08:27:44 2021 +0000

    Filter shares by share type "extra_specs"

    This change fixes the query being used to filter share
    types. We were using an "or" clause instead of an "and" clause,
    and that was causing all the extra specs to be shown instead of
    the ones that the user specified. With this fix, manila users will
    be able to filter shares by share type extra_specs accurately.

    Closes-Bug: #1929121

    Change-Id: I5cf9788dcafebdf88426617d2824f4be42dbb412
    (cherry picked from commit 4fbacf1df1dbe7a85726e22892d462b5b7c4e316)