Skip to content
Snippets Groups Projects
Commit 5c418644 authored by Guido Trotter's avatar Guido Trotter
Browse files

KVM: Correct CheckParameterSyntax docstring

The comment is not really true anymore, as we have a lot of parameters
nowadays.

Reviewed-by: iustinp
parent 9798fcae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment