Comment 11 for bug 1065053

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

Reviewed: https://review.openstack.org/16978
Committed: http://github.com/openstack/nova/commit/102c76b83d2d8bbb751f7febc279382ddc76f4eb
Submitter: Jenkins
Branch: stable/folsom

commit 102c76b83d2d8bbb751f7febc279382ddc76f4eb
Author: TianTian Gao <gtt116@126.com>
Date: Tue Oct 16 15:17:31 2012 +0800

    Check parameter 'marker' before make request to glance

    fix bug: 1065053

    Since glance need parameter 'marker' to be a image-id, can not
    be None. check 'marker' before make request to glance.

    Change-Id: I7fc063ea74ae3be71e2effdc0b62432ebdd52c27
    (cherry picked from commit d23cf2096fe62c1e575e79c4ff0af3f1fb7830ad)