python-openstackclient/releasenotes/notes/add-keypairs-user-filter-e1ce57a4c09c278b.yaml
Stephen Finucane 98a0016cfa Add support for 'keypairs list --user' parameter
This has been supported by nova and novaclient since the veritable dark
ages. Add it to OSC.

Change-Id: Ifc95e7dd6c00807c80e87e10046ab154d0989014
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-10-14 10:25:50 +01:00

7 lines
217 B
YAML

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