[et-mgmt-tools] [PATCH] Add a newline to virt-image output definition

John Levon levon at movementarian.org
Tue Jul 1 19:25:10 UTC 2008


Add a newline to virt-image output definition

Signed-off-by: John Levon <john.levon at sun.com>

diff --git a/virt-unpack b/virt-unpack
--- a/virt-unpack
+++ b/virt-unpack
@@ -192,7 +192,8 @@ def vmx_to_image_xml(disks_list,record,o
   <storage>
   %(vm_storage)s
   </storage>
-</image>"""
+</image>
+"""
     
     virtimage_xml_template = virt_image_xml_template % virt_image_xml_dict
     return virtimage_xml_template




More information about the et-mgmt-tools mailing list