mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #144 from gregburek/isDefault-vpc-parser
Adds isDefault to parser for describe_vpcs
This commit is contained in:
commit
0bb68dc33d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module Fog
|
|||
end
|
||||
else
|
||||
case name
|
||||
when 'vpcId', 'state', 'cidrBlock', 'dhcpOptionsId', 'instanceTenancy'
|
||||
when 'vpcId', 'state', 'cidrBlock', 'dhcpOptionsId', 'instanceTenancy', 'isDefault'
|
||||
@vpc[name] = value
|
||||
when 'item'
|
||||
@response['vpcSet'] << @vpc
|
||||
|
|
Loading…
Reference in a new issue