Update git submodules

* Update python-manilaclient from branch 'master'
  to 89f32351dbd4f834667d005e57ac0570789f09d1
  - Merge "Fix test failures for "test_list_shares_by_{filter}""
  - Fix test failures for "test_list_shares_by_{filter}"
    
    These tests create some shares and then evaluate list
    filters to ensure we're getting back shares per the
    filters. The logic is to:
    
    - Create shares during class setup
    - Get list of shares
    - Get each share and ensure the list response matches
      the share detail, and the filters are applied
      correctly.
    
    When tests are run in parallel, these steps
    pick up resources created elsewhere as well, and
    we see some failures. Occasionally, the failures
    we see are caused by the fact that a share picked
    up in the "list" call is migrated (or is getting migrated)
    by the time we perform the validation on the "get" call.
    We can be a bit more tolerant in these tests.
    
    Change-Id: Ife979fd1c026a4c28caf72c012871761fe039988
    Closes-Bug: #1821945
    Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Zuul 2021-03-18 16:41:19 +00:00 committed by Gerrit Code Review
parent 490ba43c56
commit b27c6f4d26
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1075210b959da0daa613aaaf4f60f4b7810071f2
Subproject commit 89f32351dbd4f834667d005e57ac0570789f09d1