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

[AWS|Autoscaling] Add missing ebs attributes to describe_launch_configurations

This commit is contained in:
Frederick Cheung 2015-01-21 10:09:17 +00:00
parent da2a4adc30
commit ed890b1ea9

View file

@ -49,7 +49,7 @@ module Fog
when 'DeviceName', 'VirtualName'
@block_device_mapping[name] = value
when 'SnapshotId', 'VolumeSize'
when 'SnapshotId', 'VolumeSize', 'VolumeType', 'Iops'
@ebs[name] = value
when 'Ebs'
@block_device_mapping[name] = @ebs