Comment 2 for bug 1304790

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

Reviewed: https://review.openstack.org/93650
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=98f5496cc2b236f54848eb069ea1bc8c25f43b13
Submitter: Jenkins
Branch: master

commit 98f5496cc2b236f54848eb069ea1bc8c25f43b13
Author: lizheming <email address hidden>
Date: Wed May 14 17:10:09 2014 +0800

    make flavors use common limit and marker

    Flavors REST calls were not using the common limit and
    marker function, which means that the osapi_max_limit configuration
    that was set by the operator would not be respected.

    Convert flavors to use the common infrastructure thereby providing
    a more consistent experience for users and operators.

    Change-Id: Iabbf74cf14ddab9a67092ba966270a658ce6be3f
    Closes-Bug: #1304790