File: bug-1657956-977a615f01775288.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (13 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Change column name ``Display Name`` to ``Name`` in ``volume list`` output.
    Current ``volume list --name`` command uses ``display_name`` as search_opts
    to send to cinder API, and show the result table with ``Display Name``
    as column title. Replace all ``Display Name`` by ``Name`` to be consistent
    with other list commands.

    Support a mapping for volume list -c ``Display Name`` (Volume v1 and v2)
    and volume create/show -c ``display_name`` (Volume v1) to maintain backward
    compatibility until the next major release.
    [Bug `1657956 <https://bugs.launchpad.net/python-openstackclient/+bug/1657956>`_]