diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-10-14 14:01:42 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-03-27 12:31:42 -0500 |
| commit | 709eac73fbf0691d8012052773eec73006adf704 (patch) | |
| tree | 85c1f2d9cf01b320022dee0e7b1997b9d9efeea7 /releasenotes | |
| parent | c3fee25a0728ec56453845546dec6f5dd317e81d (diff) | |
| download | python-openstackclient-709eac73fbf0691d8012052773eec73006adf704.tar.gz | |
Fix volume transfers request commands
* Fix volume transfer request accept to actually not crash when
trying to call Volume API.
* Fix volume transfer request accept syntax to have only one
positional argument, which is the ID of the resource in the command
* Change the output column order in volume transfer request list to
have ID followed by Name then the remaining columns.
Closes-bug: 1633582
Change-Id: I5cc005f039d171cc70859f60e7fe649b09ead229
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml b/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml new file mode 100644 index 00000000..f99457e4 --- /dev/null +++ b/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml @@ -0,0 +1,17 @@ +--- +deprecations: + - | + ``volume transfer request accept`` has been changed to move the ``auth-key`` + positional argument to a requried option ``--auth-key``. This leaves + the transfer request ID as the only positional arguemnt, as per the + OpenStackClient command format. The old format is still functional, but is + dperecated 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. |
