Make sure we return True from init function
This commit is contained in:
parent
9b81a02805
commit
b92c1876d6
|
@ -65,6 +65,8 @@ def initialize_cluster():
|
||||||
# Close the Zookeeper connection
|
# Close the Zookeeper connection
|
||||||
pvc_common.stopZKConnection(zk_conn)
|
pvc_common.stopZKConnection(zk_conn)
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
#
|
#
|
||||||
# Node functions
|
# Node functions
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue