From 78fb3c5ed9c0474942dc2a1caf790ced0efcf986 Mon Sep 17 00:00:00 2001 From: Yaroslav Bulatov Date: Sat, 13 Jan 2018 00:59:15 -0800 Subject: [PATCH] [autoscaler] Fix ValueError: Missing required config keyavailability_zoneof type str --- python/ray/autoscaler/aws/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/aws/example.yaml b/python/ray/autoscaler/aws/example.yaml index 43ee464e2..6107b9a2f 100644 --- a/python/ray/autoscaler/aws/example.yaml +++ b/python/ray/autoscaler/aws/example.yaml @@ -22,7 +22,7 @@ idle_timeout_minutes: 5 provider: type: aws region: us-west-2 - # availability_zone: us-west-2a + availability_zone: us-west-2a # How Ray will authenticate with newly launched nodes. auth: