summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-06-27 15:54:20 +0000
committerGerrit Code Review <review@openstack.org>2022-06-27 15:54:20 +0000
commit30622272e39c5feaba6f04b21ffd09b8f21e290b (patch)
tree9988abddab5f11b438be1ed0abf529e2f8c8e3ab /releasenotes
parent604ceeedf98e06a07f861a628b931033f5509c79 (diff)
parent045f2e7e0618fdf22c260625d64554382afefde1 (diff)
downloadpython-openstackclient-30622272e39c5feaba6f04b21ffd09b8f21e290b.tar.gz
Merge "volume: Correct output of 'volume attachment create'"
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.