File: bug-1633582-df2bee534c2da7fc.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (17 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
deprecations:
  - |
    ``volume transfer request accept`` has been changed to move the ``auth-key``
    positional argument to a required option ``--auth-key``.  This leaves
    the transfer request ID as the only positional argument, as per the
    OpenStackClient command format.  The old format is still functional, but is
    deprecated and will be removed in the next major release.
fixes:
  - |
    Fix ``volume transfer request accept`` to not fail the transfer request
    name/ID lookup for non-admin users as the Volume API does not allow non-admin
    users access to transfers in other projects.
    [Bug `1633582 <https://bugs.launchpad.net/python-openstackclient/+bug/1633582>`_]
  - |
    Change the output column order in ``volume transfer request list`` to have
    ``ID`` followed by ``Name`` then the remaining columns.