python-cinderclient/releasenotes/notes/fix-transfer-delete-multiple-transfer-43a76c403e7c7e7c.yaml
Rajat Dhasmana 8e5fae8102 Fix: transfer-delete command
All of the cinder resource delete commands accept multiple
resources as arguments but in case of transfer-delete, we
can only pass one transfer.
This patch fixes the issue and allows multiple transfers to
be supplied to the transfer-delete command.

Closes-Bug: #2069992
Change-Id: Iaccb5dc72e8648b628ff6f1ca2594644b6682c8a
2024-06-23 22:06:03 +05:30

6 lines
164 B
YAML

---
fixes:
- |
`Bug #2069992 <https://bugs.launchpad.net/python-cinderclient/+bug/2069992>`_:
Fixed transfer-delete command to accept multiple transfers.