Custom provider_config options for NodeProvider implementations (#4075)

* added a key to send custom provider_config options to NodeProvider implementations

* Update autoscaler.py

* Update autoscaler.py
This commit is contained in:
Zachary Barry
2019-02-22 00:09:22 -05:00
committed by Eric Liang
parent a54386e499
commit ae4dd1db76
+1
View File
@@ -73,6 +73,7 @@ CLUSTER_CONFIG_SCHEMA = {
"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
"extra_config": (dict, OPTIONAL), # provider-specific config
},
REQUIRED),