6ecdbef0fc
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 |
||
---|---|---|
.. | ||
generate_authors.sh | ||
install_venv.py | ||
manila.bash_completion | ||
with_venv.sh |