Revision 4b5e40a5 lib/hypervisor/__init__.py

b/lib/hypervisor/__init__.py
30 30
from ganeti.hypervisor import hv_xen
31 31
from ganeti.hypervisor import hv_kvm
32 32
from ganeti.hypervisor import hv_chroot
33
from ganeti.hypervisor import hv_lxc
33 34

  
34 35

  
35 36
_HYPERVISOR_MAP = {
......
38 39
  constants.HT_FAKE: hv_fake.FakeHypervisor,
39 40
  constants.HT_KVM: hv_kvm.KVMHypervisor,
40 41
  constants.HT_CHROOT: hv_chroot.ChrootManager,
42
  constants.HT_LXC: hv_lxc.LXCHypervisor,
41 43
  }
42 44

  
43 45

  

Also available in: Unified diff