openstack-python-openstackc.../openstackclient/volume
Rajat Dhasmana b6b18489b0 Fix volume backup show by name
When we show a volume backup by name, it calls the get_backup
method in SDK which is only used for getting a backup by ID.
This patch modifies the approach to call find_backup method
which first tries the find by ID and then find by name logic
eventually returning the backup details.

Story: 2011234
Task: 51127
Change-Id: I926d8de9810fcf2e5335bbe35aaab15e1e36a5cb
2024-10-07 13:25:14 +00:00
..
v1 pre-commit: Migrate bandit to ruff 2024-09-12 18:08:23 +01:00
v2 Fix volume backup show by name 2024-10-07 13:25:14 +00:00
v3 Fix volume backup show by name 2024-10-07 13:25:14 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00