Correct variable typo

This commit is contained in:
Joshua Boniface 2018-07-18 21:48:00 -04:00
parent 969f68bae2
commit 83fe95fabb
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

@ -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