Comment 6 for bug 1226698

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

Reviewed: https://review.openstack.org/53596
Committed: http://github.com/openstack/nova/commit/0651860e1c6f2fd87b0dd65ffde05a1cb776cd4f
Submitter: Jenkins
Branch: stable/havana

commit 0651860e1c6f2fd87b0dd65ffde05a1cb776cd4f
Author: Mauro S. M. Rodrigues <email address hidden>
Date: Mon Sep 30 10:24:59 2013 -0400

    Fixes inconsistency in flavors list with marker

    Flavors list with marker is supposed to use flavorid as the marker since this is
    the only id attribute the users can see, but it was using id (the confusion was
    probably caused by the fact that flavorid attribute shows up to the user as id).

    The change on db unit test shows makes the bug evident, and justify the changes
    on the filter_by criteria.

    Fixes bug 1226698

    Change-Id: I3ffa636febb63be796fffc94be6486bf74e8239b
    (cherry picked from commit c2c0958ad768581cd0e92f88207430227cb6539a)