Correct variable name typo
This commit is contained in:
parent
9ef5fcb836
commit
88b6b0e5f5
2
pvc.py
2
pvc.py
|
@ -653,7 +653,7 @@ def define_vm(config, target_hypervisor):
|
||||||
zk_conn = startZKConnection(zk_host)
|
zk_conn = startZKConnection(zk_host)
|
||||||
|
|
||||||
# Verify node is valid
|
# Verify node is valid
|
||||||
verifyNode(zk_conn, target_typervisor)
|
verifyNode(zk_conn, target_hypervisor)
|
||||||
|
|
||||||
# Add the new domain to Zookeeper
|
# Add the new domain to Zookeeper
|
||||||
transaction = zk_conn.transaction()
|
transaction = zk_conn.transaction()
|
||||||
|
|
Loading…
Reference in New Issue