Update git submodules

* Update python-manilaclient from branch 'master'
  to a658526cdbeade53b5bb05b83030970755272213
  - Merge "Re-enable shell completion cache"
  - Re-enable shell completion cache
    
    This enables writing ids to a local completion
    cache when using the manilaclient shell, which
    allows tools/manila.bash_completion to complete
    commands such as:
        manila delete a<tab>
    
    Share ids are recorded on "manila list" operations.
    
    Caching can be expanded to cover additional
    types of manila objects using this same infrastructure.
    
    Uses ~/.cache/manilaclient/ to match path standards,
    and uses SHA-1 since Python running w/ FIPS mode may
    not have MD5.
    
    Also, fix a small bug in the fakes used in our test suite.
    We were adding the shares count (an optional param) to all
    the list responses, while this is something that should be done
    only if the param with_count is set to True.
    
    Co-Authored-By: Victoria Martinez de la Cruz <victoria@redhat.com>
    Closes-Bug: #1712835
    Change-Id: I7f4dedf1dd4b7db6cf24fc1c4ed2a8d3685f714c
This commit is contained in:
Zuul 2021-07-21 15:38:11 +00:00 committed by Gerrit Code Review
parent 03b75fd02b
commit 0ee58fe2d5
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b79ebecbc2e32a343847b51f27513aa777de27b5
Subproject commit a658526cdbeade53b5bb05b83030970755272213