File: add-neutron-purge-a89e3d1179dce4b1.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 (16 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    New command 'neutron purge <tenant_id>' will delete all
    supported resources owned by the given tenant, provided
    that the user has sufficient authorization and the
    resources in question are not shared, in use, or
    otherwise undeletable.

    Supported resources are:
    * Networks
    * Subnets
    * Routers
    * Ports
    * Floating IPs
    * Security Groups