yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #76510
[Bug 1779250] Re: Launch instance workflow doesn't allow for community/shared images filter
Reviewed: https://review.openstack.org/614688
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d641e6d1052b8cbd159c036058baa2f34934ec05
Submitter: Zuul
Branch: master
commit d641e6d1052b8cbd159c036058baa2f34934ec05
Author: Andy Botting <andy@xxxxxxxxxxxxxxx>
Date: Tue Jul 3 16:08:42 2018 +1000
Better support for community images
This commit updates several places where image information is processed
and extends support for the 'community' image visibility value.
Some support did exist already, which was mostly just the main Images
tab of the dashboard, but this commit also includes support for:
- image name in the instances list/details
- 'Community' visibility label in the Images tab
- Listing of community images in launch instance wizard
Closes-Bug: #1779250
Change-Id: Iedea0b7d20313837a72a2759511251a7bb324869
** 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/1779250
Title:
Launch instance workflow doesn't allow for community/shared images
filter
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
When launching an instance, it is not possible to filter the source
image list by visibility values of 'Shared With Project' or
'Community'. These options are not available as support for them
appears to be missing in the frontend JavasScript code.
The Project->Images table doesn't suffer from the same limitation as
the Visibility filter is applied as a new dynamic API request to
Glance instead. The Launch Instance->Source tab appears to do one API
request to Glance and filter the list locally, and Glance currently
cannot return all images in one request (e.g. can't list public +
community together).
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1779250/+subscriptions
References