diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py index c40b5e3f91fb7b557e39e9d9e3f12c6e235c8630..b021c46130b0d2bef09dd28e4ddd0214bff3696e 100644 --- a/lib/hypervisor/hv_kvm.py +++ b/lib/hypervisor/hv_kvm.py @@ -36,12 +36,8 @@ from ganeti.hypervisor import hv_base 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"