Comment 12 for bug 1398086

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/kilo)

Reviewed: https://review.openstack.org/214986
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8fccffda596e7f332f7f4a440bd75c8607a7ef14
Submitter: Jenkins
Branch: stable/kilo

commit 8fccffda596e7f332f7f4a440bd75c8607a7ef14
Author: Martin Schuppert <email address hidden>
Date: Wed Aug 5 17:10:14 2015 +0200

    Make pagination tolerate a deleted marker

    Currently, Nova does not paginate correctly if the marker is
    a deleted server. When trying to get servers with such a
    marker, a "BadRequest" error saying that the marker is
    not found will be raised.

    We now always pass read_deleted=yes if a marker is being used.

    Change-Id: I79a1fb79a38ac4006db622590574308aafdcb5b5
    Closes-bug: #1481812
    Related-Bug: #1398086
    (cherry picked from commit 901c223f351310b38fa17aa1c3dcd758ce897e5e)