Update git submodules

* Update manila from branch 'master'
  to f56a326da8a1a1cfb4f8223da19430d8293033b6
  - Merge "Add generic fuzzy matching logic to the database layer"
  - Add generic fuzzy matching logic to the database layer
    
    share snap list, Fuzzy query by name or description is supported, but
    the current implementation is first get all the shares, then In the API
    layer, the for loop is used to achieve fuzzy matching, if the num of
    shares is big,
    It will seriously affect the speed of fuzzy matching.Therefore, we
    should let the database do the matching to speed up the query.
    Moving the pagination params (limit, offset, sorting) to the database
    layer for snapshot list, to optimize query speed.
    
    Closes-Bug:#1881865
    Partial-Bug:#1831094
    
    Change-Id: I283e78c9e7c2dd626d94cf6c1b01d4e2f9ae8097
This commit is contained in:
Zuul 2021-08-13 04:05:28 +00:00 committed by Gerrit Code Review
parent 79940754d2
commit 2144c01ce4

2
manila

@ -1 +1 @@
Subproject commit 18668d24652b653cb2b562d4708b87ba99794b85
Subproject commit f56a326da8a1a1cfb4f8223da19430d8293033b6