summaryrefslogtreecommitdiff
path: root/virtconv/vmx.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-09-03 15:21:11 -0400
committerCole Robinson <crobinso@redhat.com>2018-09-04 14:55:04 -0400
commit2ac54ac00149307ff93657935fc7c0a52b3aa7e9 (patch)
treefb4aba8f7091406cb0fb9f490388c9582eeaf8ba /virtconv/vmx.py
parentc154bbacd492f034cfb06523ae8a8c46e309706d (diff)
downloadvirt-manager-2ac54ac00149307ff93657935fc7c0a52b3aa7e9.tar.gz
guest: Drop self.installer and start_install wrapper
This changes all the callers to invoke start_install directly on the Installer object. We still stash the installer instance inside the guest object in create.py, just for simplicity
Diffstat (limited to 'virtconv/vmx.py')
-rw-r--r--virtconv/vmx.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/virtconv/vmx.py b/virtconv/vmx.py
index 7920478e..63e0b34d 100644
--- a/virtconv/vmx.py
+++ b/virtconv/vmx.py
@@ -285,8 +285,6 @@ class vmx_parser(parser_class):
disk.path = None
guest = conn.caps.lookup_virtinst_guest()
- guest.installer = virtinst.Installer(conn)
-
guest.name = name.replace(" ", "_")
guest.description = desc or None
if vcpus: