Revision eb58f9b1 lib/hypervisor/__init__.py

b/lib/hypervisor/__init__.py
29 29

  
30 30
from ganeti.hypervisor import hv_fake
31 31
from ganeti.hypervisor import hv_xen
32
from ganeti.hypervisor import hv_kvm
32 33

  
33 34

  
34 35
_HYPERVISOR_MAP = {
35 36
    constants.HT_XEN_PVM30: hv_xen.XenPvmHypervisor,
36 37
    constants.HT_XEN_HVM31: hv_xen.XenHvmHypervisor,
37 38
    constants.HT_FAKE: hv_fake.FakeHypervisor,
39
    constants.HT_KVM: hv_kvm.KVMHypervisor,
38 40
    }
39 41

  
40 42

  

Also available in: Unified diff