| Luigi Dino Tamagnone | 9052dfc | 2023-04-09 15:24:45 +0000 | [diff] [blame] | 1 | --- | 
|  | 2 | features: | 
|  | 3 | - | | 
|  | 4 | We add a new argument, ``--prefix``, to ``tempest cleanup`` tool that will | 
|  | 5 | allow users delete only resources that match the prefix. When this option | 
|  | 6 | is used, ``saved_state.json`` file is not needed (no need to run with | 
|  | 7 | ``--init-saved-state`` first). If there is one, it will be ignored and the | 
|  | 8 | cleanup will be done based on the given prefix only. | 
|  | 9 | Note, that some resources are not named thus they will not be deleted when | 
|  | 10 | filtering based on the prefix. |