KVM: fix class docstring
[ganeti-local] / lib / hypervisor / hv_kvm.py
index c40b5e3..b021c46 100644 (file)
@@ -36,12 +36,8 @@ from ganeti.hypervisor import hv_base
 
 
 class KVMHypervisor(hv_base.BaseHypervisor):
 
 
 class KVMHypervisor(hv_base.BaseHypervisor):
-  """Fake hypervisor interface.
+  """KVM hypervisor interface"""
 
 
-  This can be used for testing the ganeti code without having to have
-  a real virtualisation software installed.
-
-  """
   _ROOT_DIR = constants.RUN_GANETI_DIR + "/kvm-hypervisor"
   _PIDS_DIR = _ROOT_DIR + "/pid"
   _CTRL_DIR = _ROOT_DIR + "/ctrl"
   _ROOT_DIR = constants.RUN_GANETI_DIR + "/kvm-hypervisor"
   _PIDS_DIR = _ROOT_DIR + "/pid"
   _CTRL_DIR = _ROOT_DIR + "/ctrl"