Reviewed: https://review.openstack.org/418246 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d20c941d0df4088041cd9b2549bf04cfe8946403 Submitter: Jenkins Branch: master
commit d20c941d0df4088041cd9b2549bf04cfe8946403 Author: Mateusz Kowalski <[email protected]> Date: Wed Feb 8 15:02:19 2017 +0100 Make get_available_images() return all the images available This patch fixes get_available_images() not returning images which are shared with a project. Old version returns only public images or project-owned ones, missing images which were shared with the project. Closes-bug: #1655259 Change-Id: I2a264d83f3e2b3f10c1e00ac7e88db29bb34bd02 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1655259 Title: Rebuild instance panel does not show shared images Status in OpenStack Dashboard (Horizon): Fix Released Bug description: When opening rebuild instance panel, the images shared with a specific project id are not shown. Only public or project-owned images are available which causes lack of some images in an environment where there are images which are neither public nor project-owned. Steps to reproduce: * Create private image in project A * Share image with project B * In project B select an instance and try to rebuild it * Image not available in project B for rebuilding the instance Also the API calls in this method shall be merged not to create any additional performance overhead as following the current schema, there would be three calls to Glance: * list public images * list owned images * list shared images To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1655259/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

