Comment 7 for bug 1441453

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

Reviewed: https://review.openstack.org/221307
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=4b0ce57c736d406d7a757b2aefb399fe58e3b0ec
Submitter: Jenkins
Branch: master

commit 4b0ce57c736d406d7a757b2aefb399fe58e3b0ec
Author: Lakshmi N Sampath <email address hidden>
Date: Tue Sep 8 19:08:36 2015 +0530

    Fix for Image members not generating notifications

    Image members CRUD doesn't generate notifications which
    is impacting searchlight service by not having latest
    changes to Image memberships.

    If you create an image and later change its members,
    the members are not updated via notifications.
    You have to run the index sync again to get the updated
    member list.

    See: https://bugs.launchpad.net/searchlight/+bug/1490697

    Membership information is critical for horizon filtering.
    Typically, a person is allowed to view an image under the
    following conditions:

    1) The image is owned by the project I am currently logged into.
    2) The image is public
    3) The image is owned by another project which has added me
        as a member and I have accepted membership to it.

    Without current membership information, 3) above is not possible.

    See: https://bugs.launchpad.net/searchlight/+bug/1491085

    Change-Id: Ia56e42d3d8da36cfa419d5c3c7d69c9ccf8974fd
    Closes-Bug: #1441453