Fix a bug with instance creation and hvparameters
authorIustin Pop <iustin@google.com>
Tue, 14 Oct 2008 10:21:20 +0000 (10:21 +0000)
committerIustin Pop <iustin@google.com>
Tue, 14 Oct 2008 10:21:20 +0000 (10:21 +0000)
commit8705eb96e3d9c12096cd750ebc65edca23a0ea89
tree85b0026998158f23ee9524989509804d1db2a387
parent57821cac8be4e159fe75057dadb489cdff81623d
Fix a bug with instance creation and hvparameters

When creating an instance, we need to check not the opcode hvparams, but
the final, filled hvparams against validity. While we do this for the
remote node calls (i.e. ValidateParams), we didn't do this for
CheckParameterSyntax.

Reviewed-by: imsnah
lib/cmdlib.py