Comment 2 for bug 1332611

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

Reviewed: https://review.openstack.org/101605
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b68e9dc62915a474783233a18888f8934f9d72ed
Submitter: Jenkins
Branch: master

commit b68e9dc62915a474783233a18888f8934f9d72ed
Author: Zane Bitter <email address hidden>
Date: Fri Jun 27 17:41:52 2014 -0400

    Fix pagination of stack-list

    This was broken by the refactor in dde5a81e8060b373982f165856071a80be1d40bb
    because the arguments to the DB call are in a different order to the ones
    in the API, presumably for historical reasons.

    Change-Id: I7503feb62089b252766a510281e0e4513945ad63
    Closes-Bug: #1332611