Revision c4469f75

b/lib/hypervisor/hv_kvm.py
36 36

  
37 37

  
38 38
class KVMHypervisor(hv_base.BaseHypervisor):
39
  """Fake hypervisor interface.
39
  """KVM hypervisor interface"""
40 40

  
41
  This can be used for testing the ganeti code without having to have
42
  a real virtualisation software installed.
43

  
44
  """
45 41
  _ROOT_DIR = constants.RUN_GANETI_DIR + "/kvm-hypervisor"
46 42
  _PIDS_DIR = _ROOT_DIR + "/pid"
47 43
  _CTRL_DIR = _ROOT_DIR + "/ctrl"

Also available in: Unified diff