summaryrefslogtreecommitdiff
path: root/openstackclient/common/project_cleanup.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop default from ask_user_yesno questionDr. Jens Harbott2022-12-271-5/+3
| | | | | | | There is no default for ask_user_yesno() since an empty answer instead just repeats the question. Drop the unnecessary parameter. Change-Id: I207bccbcbd31f831765e74a20c503b695790c0f5
* project cleanupArtem Goncharov2021-02-021-0/+140
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