Comment 5 for bug 1624743

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

Reviewed: https://review.openstack.org/375170
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b01bf0f9a16b6aa48f73bf046e9ef51287cb40cc
Submitter: Jenkins
Branch: master

commit b01bf0f9a16b6aa48f73bf046e9ef51287cb40cc
Author: Brad Pokorny <email address hidden>
Date: Thu Sep 22 14:27:35 2016 -0700

    Make shared image text less confusing for Glance v2

    When using Glance v2 and logged in as an admin, the images
    panel now shows all the images in the cloud. This is the
    way the Glance v2 list api works, but it changed the behavior
    from v1. In Horizon, we can't tell whether non-public images
    that aren't owned by current project are shared or just from
    some other project without making multiple api calls. This
    patch makes the text of the images less confusing when using
    Glance v2, so that it no longer claims the images are "Shared
    with Project".

    Change-Id: I2859e104de78a6a633b0e1a2ff30dde674b4bdee
    Closes-Bug: #1624743