File: transfer-sort-ca622e9b8da605c1.yaml

package info (click to toggle)
python-cinderclient 1%3A9.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,864 kB
  • sloc: python: 17,850; makefile: 92; sh: 35
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``.