[autoscaler] Add option to allow private ips only (#3270)

* merge

* update

* upd

* Update python/ray/autoscaler/autoscaler.py

Co-Authored-By: ericl <ekhliang@gmail.com>

* Update python/ray/autoscaler/autoscaler.py

Co-Authored-By: ericl <ekhliang@gmail.com>

* Update python/ray/autoscaler/aws/config.py

Co-Authored-By: ericl <ekhliang@gmail.com>

* fix
This commit is contained in:
Eric Liang
2018-11-08 17:07:31 -08:00
committed by Philipp Moritz
parent 8894883153
commit 588705b6fa
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -69,6 +69,7 @@ CLUSTER_CONFIG_SCHEMA = {
"project_id": (None, OPTIONAL), # gcp project id, if using gcp
"head_ip": (str, OPTIONAL), # local cluster head node
"worker_ips": (list, OPTIONAL), # local cluster worker nodes
"use_internal_ips": (bool, OPTIONAL), # don't require public ips
},
REQUIRED),