Go back to simple init for now

This commit is contained in:
Joshua Boniface 2019-03-11 01:49:11 -04:00
parent d90fb07240
commit 24144ea0ba
1 changed files with 2 additions and 1 deletions

View File

@ -1222,7 +1222,8 @@ def init_cluster():
""" """
import pvc_init import pvc_init
pvc_init.run() # pvc_init.run()
pvc_init.init_zookeeper(zk_host)
############################################################################### ###############################################################################