Comment 2 for bug 1020380

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

Reviewed: https://review.openstack.org/9256
Committed: http://github.com/openstack/glance/commit/737bfc30b101a52612b70d6c33fb485809cd977a
Submitter: Jenkins
Branch: master

commit 737bfc30b101a52612b70d6c33fb485809cd977a
Author: Dan Prince <email address hidden>
Date: Mon Jul 2 23:02:08 2012 -0400

    Fix IndexError when adding/updating image members.

    This patch updates the v1 registry API to work with the latest
    DB API image_member_find function which no longer throws
    NoResultFound when it doesn't find any records.

    The latest version of the DB API image_member_find function simply
    returns an empty query result.

    This fixes both member-add and members-replace functionality.

    Fixes LP Bug #1020380.

    Change-Id: I8818c90e09bd9a17f208d0e20106007db04e77f1