Skip to content

Commit

Permalink
Merge pull request test-kitchen#90 from gfloyd/fix-spot-security-groups
Browse files Browse the repository at this point in the history
Fix security_group_ids parameter for spot requests
  • Loading branch information
tyler-ball committed Feb 10, 2015
2 parents 12b7719 + e471f6a commit 9b9aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/ec2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def request_spot

connection.spot_requests.create(
:availability_zone => config[:availability_zone],
:security_group_ids => config[:security_group_ids],
:groups => config[:security_group_ids],
:tags => config[:tags],
:flavor_id => config[:flavor_id],
:ebs_optimized => config[:ebs_optimized],
Expand Down

0 comments on commit 9b9aa1a

Please sign in to comment.