From 3df6e710b39dc86de0b04a718b3be169af1dc2ae Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 16 Jul 2009 18:30:57 +0200 Subject: [PATCH] Fix another issue with hypervisor_name change Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/cmdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index c2965f653..c752ee7ab 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -4615,7 +4615,7 @@ class LUCreateInstance(LogicalUnit): disks=[(d["size"], d["mode"]) for d in self.disks], bep=self.be_full, hvp=self.hv_full, - hypervisor=self.op.hypervisor, + hypervisor_name=self.op.hypervisor, )) nl = ([self.cfg.GetMasterNode(), self.op.pnode] + -- GitLab