X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/fdf7f055b2dc434c3401975612ec6f3e9e5a92b7..c4469f75038692061ad4970c202f9b4807cc1764:/lib/hypervisor/hv_kvm.py diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py index c40b5e3..b021c46 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"