Comment 8 for bug 1065053

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

Reviewed: https://review.openstack.org/14770
Committed: http://github.com/openstack/nova/commit/17149f688d22e4f4938674f7179a03caeafbfc93
Submitter: Jenkins
Branch: master

commit 17149f688d22e4f4938674f7179a03caeafbfc93
Author: Édouard Thuleau <email address hidden>
Date: Wed Oct 24 18:08:49 2012 +0200

    fetch_images() method no more needed

    The Nova Glance wrapper returns all images metadata
    if the parameter 'limit' is not define. It doesn't
    split the image metadata list.

    So the sub method fetch_image is no more needed.
    We can delete it.

    I added a check in Nova Glance wrapper to be sure
    the parameter 'marker' or another one aren't set
    to 'None' (like in bug #1065053).

    Fixes LP bug #1070904

    Change-Id: I24ecc4adf158401f60b508aa3a20bd4c91bfa92b