Comment 3 for bug 1379220

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

Reviewed: https://review.openstack.org/127175
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=bf79fb3cfe0762bb642895823556afc3b12b18c0
Submitter: Jenkins
Branch: master

commit bf79fb3cfe0762bb642895823556afc3b12b18c0
Author: Flavio Percoco <email address hidden>
Date: Thu Oct 9 11:16:30 2014 +0200

    Queue's empty list should return 200 and an object

    The queue's endpoint is not consistent with the rest of the API nor with
    the API specs. It currently returns 204 and no response when there are
    no queue's in the system. Instead, it should return 200 OK and an object
    with an empty `queues` list.

    Closes-bug: #1379220
    Change-Id: Ib3af5ef3829cc82f3e96bb5401f71b7599f5c5c8