mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Parse EbsOptimized parameter in launch configuration description
This commit is contained in:
parent
73d4999ed2
commit
f9fb75bade
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue