Skip to content

Commit

Permalink
virt.kvm_vm: Set driver_type attribute for kvm_vm
Browse files Browse the repository at this point in the history
This way we fix a bug introduced by f552a00, where we
start checking out driver_type to verify if some xen
installation hacks were needed during unattended install
setup.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
  • Loading branch information
lmr committed Feb 20, 2012
1 parent f6129e7 commit b6477ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/virt/kvm_vm.py
Expand Up @@ -74,6 +74,7 @@ def __init__(self, name, params, root_dir, address_cache, state=None):
# } # }
# This structure can used in usb hotplug/unplug test. # This structure can used in usb hotplug/unplug test.
self.usb_dev_dict = {} self.usb_dev_dict = {}
self.driver_type = 'kvm'




def verify_alive(self): def verify_alive(self):
Expand Down

0 comments on commit b6477ea

Please sign in to comment.