Comment 2 for bug 1592099

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

Reviewed: https://review.openstack.org/329208
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=f03c0a3058029887975e50018ae7133e3d4e866f
Submitter: Jenkins
Branch: master

commit f03c0a3058029887975e50018ae7133e3d4e866f
Author: Petr Malik <email address hidden>
Date: Mon Jun 13 18:12:17 2016 -0400

    Fix user & database pagination in guests

    Make sure we serialized paginated objects and not the other way round.
    Ensure the 'next marker' is a string (name).
    Encapsulate the logic in a utility function and add tests.

    Update only guests that have been using the pagination functions.

    Tested with scenario tests on Cassandra and Postgresql.

    Change-Id: I0898270f1afcbe95a431492b1195fb3dd33e9d88
    Closes-Bug: 1592099