From 98c16a4f1fe38d6081437457f3d1733869c724be Mon Sep 17 00:00:00 2001 From: Michael Baydoun Date: Mon, 8 Feb 2016 09:38:03 -0500 Subject: [PATCH] Update ec2.py Documentation is not clear that tag used in count_tags must be an existing instance_tag --- cloud/amazon/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2.py b/cloud/amazon/ec2.py index 74e53b89a3b..6abe3c9ed0d 100644 --- a/cloud/amazon/ec2.py +++ b/cloud/amazon/ec2.py @@ -236,7 +236,7 @@ options: count_tag: version_added: "1.5" description: - - Used with 'exact_count' to determine how many nodes based on a specific tag criteria should be running. This can be expressed in multiple ways and is shown in the EXAMPLES section. For instance, one can request 25 servers that are tagged with "class=webserver". + - Used with 'exact_count' to determine how many nodes based on a specific tag criteria should be running. This can be expressed in multiple ways and is shown in the EXAMPLES section. For instance, one can request 25 servers that are tagged with "class=webserver". Specified tag must already exist or also be created in instance_tags. required: false default: null aliases: []