Comment 5 for bug 1584639

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-zaqarclient (master)

Reviewed: https://review.openstack.org/473651
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=8e55b55f3a2856998a8cbed2fa05a83fd583db86
Submitter: Jenkins
Branch: master

commit 8e55b55f3a2856998a8cbed2fa05a83fd583db86
Author: wanghao <email address hidden>
Date: Tue Jun 13 09:58:30 2017 +0800

    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