summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-30 18:15:41 +0000
committerGerrit Code Review <review@openstack.org>2019-08-30 18:15:41 +0000
commit67dcd422916937dbb17f6b901f318f10e5964313 (patch)
tree1454e98201bfb8ea128d7179d4d811ccaf2370f5 /releasenotes
parente23d9780bf222986d3764f1cdfd03100a29929ca (diff)
parent8b1ed34ec1b01ad77f1008a464302d94fa14c7b6 (diff)
downloadpython-cinderclient-67dcd422916937dbb17f6b901f318f10e5964313.tar.gz
Merge "Add transfer-list --sort argument"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml b/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml
new file mode 100644
index 0000000..5080f97
--- /dev/null
+++ b/releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Starting with microversion 3.59, the ``cinder transfer-list`` command now
+ supports the ``--sort`` argument to sort the returned results. This
+ argument takes either just the attribute to sort on, or the attribute and
+ the sort direction. Examples include ``cinder transfer-list --sort=id`` and
+ ``cinder transfer-list --sort=name:asc``.