725b7de13c
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
9 lines
380 B
YAML
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.
|