fix to ec2_create module for groups
This commit is contained in:
parent
9e4c2267a6
commit
0e26f87f79
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ def main():
|
||||||
min_count=1,
|
min_count=1,
|
||||||
max_count=1,
|
max_count=1,
|
||||||
key_name=keypair,
|
key_name=keypair,
|
||||||
security_groups=group,
|
security_groups=[group],
|
||||||
instance_type=instance_type,
|
instance_type=instance_type,
|
||||||
kernel_id=kernel,
|
kernel_id=kernel,
|
||||||
ramdisk_id=ramdisk)
|
ramdisk_id=ramdisk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue