Adding type int for count (in line with other cloud modules)

This commit is contained in:
Ian Pointer 2014-03-23 13:51:54 -04:00
parent f82ac9f8e9
commit bebb11afeb

View file

@ -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),