python-neutronclient/releasenotes/notes/bulk-delete-support-94a353db08efec8d.yaml
reedip b16c9a8d3d Add support for Bulk Delete in NeutronClient
The following patch adds support for BulkDelete in NeutronClient.
Currently, the core existing Neutron CLIs are going to support
Bulk Deletion in NeutronClient. However, if any extension does not
require Bulk Delete, it can be disabled by updating the
class attribute 'bulk_delete'.

DocImpact
Depends-On: Ib23d1e53947b5dffcff8db0dde77cae0a0b31243
Change-Id: I3b8a05698625baad3906784e3ecffb0f0242d660
Closes-Bug: #1495440
2016-08-09 04:55:18 +00:00

10 lines
247 B
YAML

---
features:
- |
CLI support for bulk delete.
* By using this feature, multiple resource
can be deleted using a single command.
* Example: ``neutron router-delete router_a router_b``
deletes both router_a and router_b.