diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2020-11-18 15:55:44 +0000 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-01-08 12:14:43 +0000 |
| commit | fc24142ed41e15622687558c68d670bdc37223f0 (patch) | |
| tree | 3a03305fa3dd74fece5cc754f58e7b99bd4de6de /releasenotes | |
| parent | 8a0f3fc6a8b30328c575bb5c3fc21ddc4f500d9d (diff) | |
| download | python-openstackclient-fc24142ed41e15622687558c68d670bdc37223f0.tar.gz | |
compute: Add missing options for 'keypair list'
Add pagination parameters, '--limit' and '--marker'. This isn't
compatible with our client-side '--project' parameter so we error out
for that.
Change-Id: I403cf0fb7aabad4a3dfda5adae62d47ecf7faf5c
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-missing-keypair-list-opts-243a33d8276f91b8.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-missing-keypair-list-opts-243a33d8276f91b8.yaml b/releasenotes/notes/add-missing-keypair-list-opts-243a33d8276f91b8.yaml new file mode 100644 index 00000000..789eaa02 --- /dev/null +++ b/releasenotes/notes/add-missing-keypair-list-opts-243a33d8276f91b8.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add ``--limit`` and ``--marker`` options to ``keypair list`` command, to + configure pagination of results. |
