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()