1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #259 from academia-edu/ebs-opt

Parse EbsOptimized parameter in launch configuration description
This commit is contained in:
Wesley Beary 2016-06-20 08:28:06 -07:00 committed by GitHub
commit 1cf5de0615

View file

@ -58,7 +58,8 @@ module Fog
when 'Ebs'
@block_device_mapping[name] = @ebs
reset_ebs
when 'EbsOptimized'
@launch_configuration[name] = value == 'true'
when 'Enabled'
@launch_configuration['InstanceMonitoring'][name] = (value == 'true')