Add explanation about PVC_ZOOKEEPER envvar
This commit is contained in:
parent
ccfbf9a874
commit
4fdafff9f3
2
pvc.py
2
pvc.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue