python-openstackclient/releasenotes/notes/show-result-for-server-add-volume-f75277ad58e31024.yaml
Stephen Finucane 163cb01e46 compute: Return details of attached volumes
The API behind the 'server add volume' command returns details of the
created volume attachment, however, we were dropping these results
rather than displaying them to the user. Correct this.

Change-Id: I3f7e121220d29422ccf4e6940de2f28bb8496c83
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-11-03 11:57:31 +00:00

6 lines
147 B
YAML

---
features:
- |
The ``server add volume`` command will now return details of the created
volume attachment upon successful attachment.