summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-05 13:34:26 +0000
committerGerrit Code Review <review@openstack.org>2022-05-05 13:34:26 +0000
commit111a7a14b0bca5bfb0c2d07439c2c0fa82821656 (patch)
treea964e89475af4ccc911a80cf7710eb5191d2babc /releasenotes
parent3b948892d762b78b909e9be4af0a9dbf6f6cbb66 (diff)
parent3ee399a1e35fbf9067f0548b69bc19ca48b8de5f (diff)
downloadglance_store-111a7a14b0bca5bfb0c2d07439c2c0fa82821656.tar.gz
Merge "Cinder: Correct exception logging during attach"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml b/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml
new file mode 100644
index 0000000..36abe20
--- /dev/null
+++ b/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ `Bug #1970698 <https://bugs.launchpad.net/glance-store/+bug/1970698>`_:
+ Cinder: Fixed exception logging when the image create operation fails
+ due to failing to attach volume to glance host.