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:
parent
3305c28ce0
commit
681dfe39af
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Fog
|
||||||
case name
|
case name
|
||||||
when 'associationSet'
|
when 'associationSet'
|
||||||
@in_association_set = false
|
@in_association_set = false
|
||||||
when 'routeTableAssociationId', 'routeTableId', 'main'
|
when 'routeTableAssociationId', 'routeTableId', 'subnetId', 'main'
|
||||||
@association[name] = value
|
@association[name] = value
|
||||||
when 'item'
|
when 'item'
|
||||||
@route_table['associationSet'] << @association
|
@route_table['associationSet'] << @association
|
||||||
|
|
Loading…
Reference in a new issue