tempest/releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml
Manik Bindlish 864f37eb66 Handling invalid name of workspace register and rename.
This PS will fix the invalid value handling.
Error will be raised if no/blank value will be specified for
workspace register name and workspace rename.

Change-Id: Id8a3f496a8902bd7f0d66254ee8fa148675974e9
Closes-Bug: #1791007
2018-10-03 06:42:24 +00:00

9 lines
271 B
YAML

---
fixes:
- |
Fixed bug #1791007. ``tempest workspace register`` and ``tempest workspace rename`` CLI will
error if None or empty string is passed in --name arguments. Earlier both CLI used to accept
the None or empty string as name which was confusing.