Fix typo in common

This commit is contained in:
Joshua Boniface 2019-07-25 15:45:45 -04:00
parent f4d63b9088
commit fb40ef5b04
1 changed files with 1 additions and 1 deletions

View File

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