You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kay Yan e5d2452828
fix elastx cleanup security groups (#11411)
2 weeks ago
..
.gitignore Add automatic cleanup of OpenStack CI VMs (#5760) 4 years ago
README.md Add documentation for scripts/openstack-cleanup (#5803) 4 years ago
main.py fix elastx cleanup security groups (#11411) 2 weeks ago
requirements.txt Add six module into openstack-cleanup/requirements.txt (#10099) 1 year ago

README.md

openstack-cleanup

Tool to deletes openstack servers older than a specific age (default 4h).

Useful to cleanup orphan servers that are left behind when CI is manually cancelled or fails unexpectedly.

Installation

pip install -r requirements.txt
python main.py --help

Usage

$ python main.py
This will delete VMs... (ctrl+c to cancel)
Will delete server example1
Will delete server example2