From 5c418644c0fe01b220679cfa6fad39931baff15e Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 10 Feb 2009 10:53:22 +0000 Subject: [PATCH] KVM: Correct CheckParameterSyntax docstring The comment is not really true anymore, as we have a lot of parameters nowadays. Reviewed-by: iustinp --- lib/hypervisor/hv_kvm.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py index 23ad5ce0b..92bad4172 100644 --- a/lib/hypervisor/hv_kvm.py +++ b/lib/hypervisor/hv_kvm.py @@ -715,9 +715,6 @@ class KVMHypervisor(hv_base.BaseHypervisor): def CheckParameterSyntax(cls, hvparams): """Check the given parameters for validity. - For the KVM hypervisor, this only check the existence of the - kernel. - @type hvparams: dict @param hvparams: dictionary with parameter names/value @raise errors.HypervisorError: when a parameter is not valid -- GitLab