Use the description field inputed in the wizard
[snf-image-creator] / image_creator / dialog_wizard.py
index e26975e..693588f 100644 (file)
@@ -187,7 +187,9 @@ def extract_image(session):
 
     #Shrink
     size = device.shrink()
+
     metadata.update(device.meta)
+    metadata['DESCRIPTION'] = wizard['ImageDescription']
 
     #MD5
     md5 = MD5(out)