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

Added subnetId to describe_route_tables parser.

This commit is contained in:
Robert Clark 2013-08-08 09:37:03 -04:00
parent 3305c28ce0
commit 681dfe39af

View file

@ -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