Add success message to init function

This commit is contained in:
Joshua Boniface 2018-06-06 01:29:11 -04:00
parent 34fb851c33
commit c5a13afbb8
1 changed files with 2 additions and 0 deletions

2
pvc.py
View File

@ -507,6 +507,8 @@ def init_cluster():
# Close the Zookeeper connection
pvcf.stopZKConnection(zk)
click.echo('Successfully initialized new cluster. Any running PVC daemons will need to be restarted.')
###############################################################################
# pvc