Fix typo in common
This commit is contained in:
parent
f4d63b9088
commit
fb40ef5b04
|
@ -117,7 +117,7 @@ def is_migrated(zk_conn, domain):
|
||||||
common.stopZKConnection(zk_conn)
|
common.stopZKConnection(zk_conn)
|
||||||
if last_node:
|
if last_node:
|
||||||
return True
|
return True
|
||||||
else
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def define_vm(zk_conn, config_data, target_node, selector):
|
def define_vm(zk_conn, config_data, target_node, selector):
|
||||||
|
|
Loading…
Reference in New Issue