python-manilaclient/releasenotes/notes/bug-1611506-allow-deletion-multiple-resources
Faiz Abidi 9af0818cc5 Allow deletion of multiple resources for some manila commands
Commands like
 - security-service-delete
 - share-network-delete
 - share-server-delete
 - snapshot-delete
 - snapshot-force-delete
 - type-delete

do not allow specifying more than one resource for deletion.

Add support to allow deletion of multiple resources, and add
unit tests for that.

Change-Id: I3c484bcc1fb8d5a2c31680889863403f8e58ee74
Closes-bug: #1611506
2016-09-07 23:43:35 -04:00

6 lines
231 B
Plaintext

---
fixes:
- Fixed 6 delete commands namely security-service-delete,
share-network-delete, share-server-delete, snapshot-delete,
snapshot-force-delete, and type-delete to allow deletion of
multiple resources together.