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.

21 lines
430 B

  1. # openstack-cleanup
  2. Tool to deletes openstack servers older than a specific age (default 4h).
  3. Useful to cleanup orphan servers that are left behind when CI is manually cancelled or fails unexpectedly.
  4. ## Installation
  5. ```shell
  6. pip install -r requirements.txt
  7. python main.py --help
  8. ```
  9. ## Usage
  10. ```console
  11. $ python main.py
  12. This will delete VMs... (ctrl+c to cancel)
  13. Will delete server example1
  14. Will delete server example2
  15. ```