Skip to content

Instantly share code, notes, and snippets.

@chopachom
Created October 28, 2011 08:45
Show Gist options
  • Save chopachom/1321889 to your computer and use it in GitHub Desktop.
Save chopachom/1321889 to your computer and use it in GitHub Desktop.
diff --git a/nova/virt/libvirt/connection.py b/nova/virt/libvirt/connection.py
index a0e2176..af9b81c 100644
--- a/nova/virt/libvirt/connection.py
+++ b/nova/virt/libvirt/connection.py
@@ -997,6 +997,8 @@ class LibvirtConnection(driver.ComputeDriver):
# This could be a windows image, or a vmdk format disk
LOG.warn(_('instance %(inst_name)s: ignoring error injecting'
' data into image %(img_id)s (%(e)s)') % locals())
+ import traceback
+ LOG.debug(traceback.format_exc())
if FLAGS.libvirt_type == 'lxc':
disk.setup_container(basepath('disk'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment