864f37eb66
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
9 lines
271 B
YAML
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.
|
|
|
|
|