summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-05-16 12:32:25 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-05-16 12:47:39 +0100
commit045f2e7e0618fdf22c260625d64554382afefde1 (patch)
tree2b62751bd8754dee0fa05b4c58141756f630283c /releasenotes
parentccd877dd405191002f0f1b0e7ed414671e8a8e64 (diff)
downloadpython-openstackclient-045f2e7e0618fdf22c260625d64554382afefde1.tar.gz
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/volume-attachment-create-output-fix-56515b8fcdd260b9.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/volume-attachment-create-output-fix-56515b8fcdd260b9.yaml b/releasenotes/notes/volume-attachment-create-output-fix-56515b8fcdd260b9.yaml
new file mode 100644
index 00000000..b8bd06e1
--- /dev/null
+++ b/releasenotes/notes/volume-attachment-create-output-fix-56515b8fcdd260b9.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ The ``volume attachment create`` command will now display information
+ for successfully created volume attachments. Previously an empty table was
+ returned.