tempest/releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml
Chandan Kumar b78e2575e0 Added --rmdir flag to workspace remove
* tempest workspace remove --name command just remove the workspace
  entry from ~/.tempest/workspace.yaml and it does not deletes the
  workspace.

* by adding tempest workspace remove --name --rmdir removes
  the workspace as well as entry.

* renamed remove_workspace to remove_workspace_entry

Change-Id: I4528a23ca4933fdb7a3168f8dc99bbf0497ae5cc
2017-06-30 13:14:58 +05:30

6 lines
151 B
YAML

---
features:
- |
Added tempest workspace remove --name <workspace_name> --rmdir
feature to delete the workspace directory as well as entry.