Eduardo Gonzalez
f6f99db4a2
Add cli options to cleanup-images
Allow remove all kolla images
Allow remove specific kolla version images
Allow remove dangling images
Allow remove single images, all images matched
Usage examples:
* cleanup-images --all
- Remove all kolla images
* cleanup-images --image-version 4.0.0
- Remove all images matching 4.0.0 kolla_version
* cleanup-images --dangling
- Remove all dangling images
* cleanup-images --image nova
- Remove all nova images
* cleanup-images --image nova-scheduler
- Only remove nova-scheduler image
Implements: blueprint add-cleanup-images-cli-options
Change-Id: I997272098879350e13e0ac00762ae3485e618355
2017-04-24 14:53:24 +02:00
..
2017-03-09 10:37:06 +00:00
2017-03-22 20:43:14 +08:00
2017-03-09 17:31:51 +00:00
2017-04-12 15:53:36 +08:00
2017-04-19 15:08:54 +00:00
2017-03-29 21:33:31 +08:00
2017-03-09 10:37:06 +00:00
2017-03-09 10:37:06 +00:00
2017-04-20 14:00:12 +08:00
2017-04-09 09:34:23 +08:00
2017-03-09 10:37:06 +00:00
2017-04-18 14:56:51 +00:00
2017-03-10 17:56:19 +01:00
2017-03-13 17:31:37 +01:00
2017-04-24 14:53:24 +02:00
2017-03-09 10:37:06 +00:00
2017-03-09 17:31:51 +00:00
2017-04-13 14:00:21 +02:00
2017-03-15 11:34:11 +00:00
2017-03-09 10:37:06 +00:00
2017-03-21 09:28:18 +01:00
2017-03-30 13:46:06 +00:00
2017-04-05 15:46:58 +00:00
2017-03-10 14:24:42 +01:00
2017-04-03 17:13:11 +02:00
2017-04-17 09:00:00 +01:00
2017-03-09 10:37:06 +00:00
2017-04-13 17:15:24 +02:00
2017-04-06 11:50:38 +00:00
2017-03-09 10:37:06 +00:00
2017-03-09 10:37:06 +00:00
2017-03-10 11:33:23 +01:00
2017-03-19 20:18:03 +08:00
2017-04-10 15:38:16 +07:00
2017-03-09 10:37:06 +00:00
2017-03-10 10:46:10 +01:00
2017-03-23 16:19:19 +00:00
2017-03-09 10:37:06 +00:00
2017-04-13 17:15:24 +02:00
2017-04-20 00:42:19 -07:00
2017-04-13 17:15:24 +02:00
2017-04-13 17:15:24 +02:00
2017-04-11 16:15:35 -07:00
2017-04-11 10:50:47 +01:00
2017-03-09 17:31:51 +00:00
2017-03-09 10:37:06 +00:00
2017-03-09 10:37:06 +00:00
2017-03-14 11:21:00 +01:00
2017-03-22 07:04:01 +00:00
2017-03-10 09:52:01 +01:00
2017-04-13 17:15:24 +02:00
2017-03-09 10:37:06 +00:00
2017-03-15 17:20:04 +01:00
2017-03-10 13:26:04 +01:00
2017-04-05 11:32:25 +00:00
2017-04-24 10:18:11 +02:00
2017-04-07 08:41:17 +00:00
2017-04-21 08:48:55 +00:00
2017-04-13 17:15:24 +02:00
2017-04-14 05:37:28 +00:00
2017-04-14 18:11:33 +08:00