blob: bbd2f1685060e6724328653fd1b8e06cb2c4e7bf [file] [log] [blame]
Katarina Strenkovaf999b152023-10-10 15:16:15 +00001---
2features:
3 - |
4 A new interface ``--resource-list`` has been introduced in the
5 ``tempest cleanup`` command to remove the resources created by
6 Tempest. A new config option in the default section, ``record_resources``,
7 is added to allow the recording of all resources created by Tempest.
8 A list of these resources will be saved in ``resource_list.json`` file,
9 which will be appended in case of multiple Tempest runs. This file
10 is intended to be used with the ``tempest cleanup`` command if it is
11 used with the newly added option ``--resource-list``.