From ed890b1ea97854312c13269a8657858f266c1756 Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Wed, 21 Jan 2015 10:09:17 +0000 Subject: [PATCH] [AWS|Autoscaling] Add missing ebs attributes to describe_launch_configurations --- .../aws/parsers/auto_scaling/describe_launch_configurations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb b/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb index ab14f7c6a..3b881ded0 100644 --- a/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb +++ b/lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb @@ -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