Make sure we return True from init function

This commit is contained in:
Joshua Boniface 2019-12-25 12:18:26 -05:00
parent 9b81a02805
commit b92c1876d6
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ def initialize_cluster():
# Close the Zookeeper connection
pvc_common.stopZKConnection(zk_conn)
return True
#
# Node functions
#