From bebb11afeb7bf38957d4da1c154d375d4f889779 Mon Sep 17 00:00:00 2001 From: Ian Pointer Date: Sun, 23 Mar 2014 13:51:54 -0400 Subject: [PATCH] Adding type int for count (in line with other cloud modules) --- library/cloud/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2 b/library/cloud/ec2 index 3752136098..a6bd32d58a 100644 --- a/library/cloud/ec2 +++ b/library/cloud/ec2 @@ -1125,7 +1125,7 @@ def main(): spot_price = dict(), image = dict(), kernel = dict(), - count = dict(default='1'), + count = dict(type='int', default='1'), monitoring = dict(type='bool', default=False), ramdisk = dict(), wait = dict(type='bool', default=False),