The openstack_dashboard.dashboards.project.images.utils ModuleΒΆ
- openstack_dashboard.dashboards.project.images.utils.get_available_images(request, project_id=None, images_cache=None)[source]
Returns a list of images that are public or owned by the given project_id. If project_id is not specified, only public images are returned.
Parameters: images_cache – An optional dict-like object in which to cache public and per-project id image metadata.