Commit 503327d5 by Michael DeHaan

Merge pull request #6640 from falloutdurham/ec2_count

ec2: Adding type int for count (in line with other cloud modules)
parents fba2f1f9 bebb11af
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment