summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-30 12:31:53 +0000
committerGerrit Code Review <review@openstack.org>2022-09-30 12:31:53 +0000
commitbd4e67452ee529fbb58ad398cbe9e5e755096a27 (patch)
treed451af5edd249b2e60698ff0dc2a40ced08867c5 /releasenotes
parent36f58c2ad7bd56b231c960fcfd4b015327730bc2 (diff)
parent725b7de13cf00da386132a42b2738f4c57026184 (diff)
downloadpython-openstackclient-bd4e67452ee529fbb58ad398cbe9e5e755096a27.tar.gz
Merge "compute: Only retrieve necessary images"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/server-list-restrict-images-c0b2c4de6f93df33.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/server-list-restrict-images-c0b2c4de6f93df33.yaml b/releasenotes/notes/server-list-restrict-images-c0b2c4de6f93df33.yaml
new file mode 100644
index 00000000..2ee2e4d8
--- /dev/null
+++ b/releasenotes/notes/server-list-restrict-images-c0b2c4de6f93df33.yaml
@@ -0,0 +1,8 @@
+---
+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.