Skip to content

Commit

Permalink
Merge pull request #29 from benpillet/master
Browse files Browse the repository at this point in the history
Add PlacementTenancy to launch configuration parser and test case
  • Loading branch information
geemus committed Jan 26, 2015
2 parents 015ca6c + 2006086 commit 5d14fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def end_element(name)
@launch_configuration[name] = value
when 'KernelId', 'RamdiskId', 'UserData'
@launch_configuration[name] = value
when 'IamInstanceProfile'
when 'IamInstanceProfile', 'PlacementTenancy'
@launch_configuration[name] = value
when 'SpotPrice'
@launch_configuration[name] = value.to_f
Expand Down

0 comments on commit 5d14fc9

Please sign in to comment.