File: transfer-sort-ca622e9b8da605c1.yaml

package info (click to toggle)
python-cinderclient 1%3A9.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: python: 18,011; makefile: 94; sh: 25
file content (8 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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``.