Comment 2 for bug 1534427

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

Reviewed: https://review.openstack.org/267923
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=0103f39ff564a44eaf8147211f5ba768e27fb712
Submitter: Jenkins
Branch: master

commit 0103f39ff564a44eaf8147211f5ba768e27fb712
Author: Fei Long Wang <email address hidden>
Date: Fri Jan 15 16:52:07 2016 +1300

    Fix queue stats for v1.1 and above versions

    Now in the cli of queue status v1, it's using queue.exists() to
    check the existance. However, the queue.exists isn't supported
    in v1.1 and above. But the queue stats should be support for
    all the versions. As a result, user will see errors like
    'Unavailable on versions >= 1.1'. This patches fixes it.

    Closes-Bug: #1534427

    Change-Id: Iaf738af4eca2419c6eba0a410b1f7e45c9720f54