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:
parent
da2a4adc30
commit
ed890b1ea9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue