From 53afd359f62183f3016686cf61715dd8edf9a50a Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Wed, 3 Dec 2014 11:45:42 -0500 Subject: [PATCH] fix documentation AWS does not recognize the subnet if it is presented in a comma delimited format with spaces. you must remove the space for Amazon to recognize the second subnet. --- cloud/amazon/ec2_elb_lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2_elb_lb.py b/cloud/amazon/ec2_elb_lb.py index 6235770eb38..1ebccf73cdf 100644 --- a/cloud/amazon/ec2_elb_lb.py +++ b/cloud/amazon/ec2_elb_lb.py @@ -215,7 +215,7 @@ EXAMPLES = """ name: 'New ELB' security_group_ids: 'sg-123456, sg-67890' region: us-west-2 - subnets: 'subnet-123456, subnet-67890' + subnets: 'subnet-123456,subnet-67890' purge_subnets: yes listeners: - protocol: http