Correct variable name typo

This commit is contained in:
Joshua Boniface 2018-07-16 02:22:02 -04:00
parent 9ef5fcb836
commit 88b6b0e5f5
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

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