python-neutronclient/releasenotes
John Davidge 88fbd3870c Support cleanup of tenant resources with a single API call
The addition of the 'neutron purge' command allows cloud admins
to conveniently delete multiple neutron resources associated
with a given tenant.

The command will delete all supported resources provided that
they can be deleted (not in use, etc) and feedback the amount
of each resource deleted to the user. A completion percentage
is also given to keep the user informed of progress.

Currently supports deletion of:

Networks
Subnets (implicitly)
Routers
Ports (including router interfaces)
Floating IPs
Security Groups

This feature can be easily extended to support more resource
types in the future.

DocImpact: Update API documentation to describe neutron-purge usage

Change-Id: I5a366d3537191045eb53f9cccd8cd0f7ce54a63b
Closes-Bug: 1511574
Partially-Implements: blueprint tenant-delete
2016-02-29 23:43:41 +00:00
..
notes Support cleanup of tenant resources with a single API call 2016-02-29 23:43:41 +00:00
source Add code for load balancer status tree 2016-01-19 10:01:58 -08:00