From 83fe95fabb40984e56e6a6016e4a1d016163172e Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 18 Jul 2018 21:48:00 -0400 Subject: [PATCH] Correct variable typo --- pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index e2ba6f83..b7fcf4d1 100755 --- a/pvc.py +++ b/pvc.py @@ -418,7 +418,7 @@ def findTargetHypervisorLoad(zk_conn, dom_uuid): if load < least_load: least_load = load - target_hypevisor = hypervisor + target_hypervisor = hypervisor return target_hypervisor