python-openstackclient/releasenotes/notes/add-project-cleanup-beb08c9df3c95b24.yaml
Artem Goncharov 119d2fae25 project cleanup
New implementation of the project cleanup based on the sdk.project_cleanup.
It is implemented as an additional OSC operation and will ideally obsolete the 
`openstack project purge` giving flexibility to extend services support, 
parallelization, filters, etc.

Change-Id: Ie08877f182379f73e5ec5ad4daaf84b3092c829c
2021-02-02 08:14:34 +00:00

7 lines
192 B
YAML

---
features:
- |
Add support for project cleanup based on the OpenStackSDK with
create/update time filters. In the long run this will replace
`openstack project purge` command.