python-openstackclient/releasenotes/notes/volume-attachment-create-output-fix-56515b8fcdd260b9.yaml
Stephen Finucane 045f2e7e06 volume: Correct output of 'volume attachment create'
When adding these, we missed that the underlying cinder library call
actually returns a dictionary and not a Resource-based object. This
requires slightly different handling. Fix this.

Change-Id: Ie065fe4198ae1238830cb619220e856390d4cb6e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-05-16 12:47:39 +01:00

7 lines
184 B
YAML

---
fixes:
- |
The ``volume attachment create`` command will now display information
for successfully created volume attachments. Previously an empty table was
returned.