From 681dfe39af79f3cf89253f3cd1be3d508d7f13be Mon Sep 17 00:00:00 2001 From: Robert Clark Date: Thu, 8 Aug 2013 09:37:03 -0400 Subject: [PATCH] Added subnetId to describe_route_tables parser. --- lib/fog/aws/parsers/compute/describe_route_tables.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/parsers/compute/describe_route_tables.rb b/lib/fog/aws/parsers/compute/describe_route_tables.rb index 751f56a48..a08ede6d4 100755 --- a/lib/fog/aws/parsers/compute/describe_route_tables.rb +++ b/lib/fog/aws/parsers/compute/describe_route_tables.rb @@ -32,7 +32,7 @@ module Fog case name when 'associationSet' @in_association_set = false - when 'routeTableAssociationId', 'routeTableId', 'main' + when 'routeTableAssociationId', 'routeTableId', 'subnetId', 'main' @association[name] = value when 'item' @route_table['associationSet'] << @association