Skip to content

Commit

Permalink
Merge pull request #190 from FliesLikeABrick/master
Browse files Browse the repository at this point in the history
Fixes #110 in newsapps/beeswithmachineguns, security groups being ign…
  • Loading branch information
cosmin committed Nov 15, 2017
2 parents ca2e47f + 324149d commit 888489d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeswithmachineguns/bees.py
Expand Up @@ -207,7 +207,7 @@ def up(count, group, zone, image_id, instance_type, username, key_name, subnet,
min_count=count,
max_count=count,
key_name=key_name,
security_group_ids=[groupId] if not subnet else None,
security_group_ids=[groupId],
instance_type=instance_type,
placement=placement,
subnet_id=subnet)
Expand Down

0 comments on commit 888489d

Please sign in to comment.