add kubespray to the XTesting as it provides newer version of kubenetes and can be...
[it/test.git] / XTesting / kubespray / scripts / openstack-cleanup / README.md
1 # openstack-cleanup
2
3 Tool to deletes openstack servers older than a specific age (default 4h).
4
5 Useful to cleanup orphan servers that are left behind when CI is manually cancelled or fails unexpectedly.
6
7 ## Installation
8
9 ```shell
10 pip install -r requirements.txt
11 python main.py --help
12 ```
13
14 ## Usage
15
16 ```console
17 $ python main.py
18 This will delete VMs... (ctrl+c to cancel)
19 Will delete server example1
20 Will delete server example2
21 ```