f6f99db4a2
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
7 lines
205 B
YAML
7 lines
205 B
YAML
---
|
|
features:
|
|
- |
|
|
Cleanup-images support advanced features such as remove all kolla
|
|
images, remove dangling images, delete user selected images and
|
|
remove images from specific kolla_version.
|