Comment 3 for bug 1929121

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/795256
Committed: https://opendev.org/openstack/manila/commit/4fbacf1df1dbe7a85726e22892d462b5b7c4e316
Submitter: "Zuul (22348)"
Branch: master

commit 4fbacf1df1dbe7a85726e22892d462b5b7c4e316
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