Comment 11 for bug 1132294

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

Reviewed: https://review.openstack.org/23349
Committed: http://github.com/openstack/glance/commit/effda5d66f7d084133fbe0b49d7ef6d0ca178e4a
Submitter: Jenkins
Branch: master

commit effda5d66f7d084133fbe0b49d7ef6d0ca178e4a
Author: mathrock <email address hidden>
Date: Sat Mar 2 14:20:08 2013 -0500

    v1 api image-list does not return shared images

    The addition of the status column on image_members for the v2 api broke
    backwards compatibility with the v1 api image members feature. This fix
    forces that member_status='all' is passed to all v1 api calls to ensure
    the v1 image members feature still works.

    Note: Any images shared prior to migration 016 will be marked as 'pending'
    yet will still be accessible via the v1 api since v1 has no notion of
    image 'member_status'. Additionally, any new images shared via the v1 api
    will follow the same behavior, being marked as 'pending'. In order for
    shared images to be used with v2 they will need to have a 'member_status'
    of 'accepted'.

    Change-Id: I0ab9397e3663c6e2af8a18838f56803e64d84595
    Fixes: bug #1132294
    DocImpact