python-zaqarclient/releasenotes/notes/add-validation-for-queue-name-6e417870cc257308.yaml
wanghao 8e55b55f3a Fix the creation issue when special meanings words in queue name
Now when using zaqarclient to create a queue with some special
meanings words like '#' and '%', then cli will return the queue
with the name has created successfully, but in zaqar server side,
the name is not as same as the client side.

Change-Id: Ia776bb4f7253b1698ec97702e0fc69704b97ed7e
Closes-Bug: #1584639
2017-06-20 16:30:32 +08:00

10 lines
451 B
YAML

---
fixes:
- Fix the creation issue when special meanings words in queue name.
When using zaqarclient to create a queue with some special
meanings words like "#" and "%", then cli will return the queue
with the name has created successfully, but in zaqar server side,
the name is not as same as the client side.
Add the check for some special meanings words, it will raise error message
when using those words in queue name.