python-openstackclient/releasenotes/notes/add-keypairs-project-filter-99cb6938f247927f.yaml
Stephen Finucane 5645fad762 Add support for 'keypairs list --project' parameter
It would be lovely to do this server side but doing so requires a new
microversion, a blueprint and a spec. This is less performant but should
do the trick for the odd time users want to do this.

Change-Id: I26e7d38966304dd67be5da8ed0bb24f87191b82f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-10-14 10:27:05 +01:00

7 lines
227 B
YAML

---
features:
- |
It is now possible to list the keypairs for all users in a project using
the ``--project`` parameter. This is an admin-only action by default and
requires Compute API microversion 2.10 or later.