Add explanation about PVC_ZOOKEEPER envvar

This commit is contained in:
Joshua Boniface 2018-06-20 14:33:40 -04:00
parent ccfbf9a874
commit 4fdafff9f3
1 changed files with 2 additions and 0 deletions

2
pvc.py
View File

@ -1319,6 +1319,8 @@ def init_cluster():
def cli(_zk_host): def cli(_zk_host):
""" """
Parallel Virtual Cluster CLI management tool Parallel Virtual Cluster CLI management tool
You can use the environment variable "PVC_ZOOKEEPER" to set the Zookeeper address in addition to using "--zookeeper".
""" """
global zk_host global zk_host