Files
glance_store/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml
whoami-rajat 3ee399a1e3 Cinder: Correct exception logging during attach
There is a syntax error in the exception logging when attaching a
volume fails in attachment state manager. This patch corrects it
and adds a test to guard against similar changes in future.

Closes-Bug: #1970698

Change-Id: I43c407046a49bb37631113e2ea65d05450f9365d
2022-04-28 10:31:54 +05:30

7 lines
219 B
YAML

---
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.