File: bulk-delete-support-94a353db08efec8d.yaml

package info (click to toggle)
python-neutronclient 1%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,856 kB
  • ctags: 3,289
  • sloc: python: 19,731; sh: 274; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
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.