python-openstackclient/releasenotes/notes/server-list-restrict-images-c0b2c4de6f93df33.yaml
Stephen Finucane 725b7de13c compute: Only retrieve necessary images
The Glance API allows us to filter by multiple IDs using the 'in:'
operator. Take advantage of this to speed up listing of server in larger
deployments where image counts in the hundreds (or even thousands) are
not uncommon.

Unfortunately the Nova API does not support something similar for
listing flavors. Boo.

Change-Id: I7d3222d0b0b8bf72b4ff3e429bc49e621b569979
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/837613
2022-04-12 20:41:29 +01:00

9 lines
380 B
YAML

---
features:
- |
The ``server list`` needs to query the image service API to retrieve
image names as part of the response. This command will now retrieve only
the images that are relevant, i.e. those used by the server included in
the output. This should result in signficantly faster responses when
using a deployment with a large number of public images.