Skip to content
Snippets Groups Projects
  1. Jul 04, 2017
  2. Apr 24, 2017
    • Eduardo Gonzalez's avatar
      Add cli options to cleanup-images · f6f99db4
      Eduardo Gonzalez authored
      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
      f6f99db4
Loading