9052dfcc85
A warning in command description of run cleanup first with dry-run is added. The cleanup behavior is extended to allow users to delete only resources if their name starts with a certain prefix. Closes-Bug: #1945082 Change-Id: I65dfe051c891b3679538acec713e8616746c47f6
11 lines
501 B
YAML
11 lines
501 B
YAML
---
|
|
features:
|
|
- |
|
|
We add a new argument, ``--prefix``, to ``tempest cleanup`` tool that will
|
|
allow users delete only resources that match the prefix. When this option
|
|
is used, ``saved_state.json`` file is not needed (no need to run with
|
|
``--init-saved-state`` first). If there is one, it will be ignored and the
|
|
cleanup will be done based on the given prefix only.
|
|
Note, that some resources are not named thus they will not be deleted when
|
|
filtering based on the prefix.
|