From 88b6b0e5f51f2c23b7a1677af6c520046d4ed028 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 16 Jul 2018 02:22:02 -0400 Subject: [PATCH] Correct variable name typo --- pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index 4f14734f..8dfa61d1 100755 --- a/pvc.py +++ b/pvc.py @@ -653,7 +653,7 @@ def define_vm(config, target_hypervisor): zk_conn = startZKConnection(zk_host) # Verify node is valid - verifyNode(zk_conn, target_typervisor) + verifyNode(zk_conn, target_hypervisor) # Add the new domain to Zookeeper transaction = zk_conn.transaction()