summaryrefslogtreecommitdiff
path: root/morphlib/exts/kvm.write
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts/kvm.write')
-rwxr-xr-xmorphlib/exts/kvm.write13
1 files changed, 0 insertions, 13 deletions
diff --git a/morphlib/exts/kvm.write b/morphlib/exts/kvm.write
index ed85b17e..e52e5553 100755
--- a/morphlib/exts/kvm.write
+++ b/morphlib/exts/kvm.write
@@ -54,19 +54,6 @@ class KvmPlusSshWriteExtension(morphlib.writeexts.WriteExtension):
temp_root, location = args
ssh_host, vm_name, vm_path = self.parse_location(location)
- self.status(
- msg='Temporary system root: %(temp_root)s',
- temp_root=temp_root)
- self.status(
- msg='libvirt server: %(ssh_host)s',
- ssh_host=ssh_host)
- self.status(
- msg='libvirt guest: %(vm_name)s',
- vm_name=vm_name)
- self.status(
- msg='libvirt disk image: %(vm_path)s',
- vm_path=vm_path)
-
size = self.get_disk_size()
self.status(msg='Disk size is %(size)d bytes', size=size)