mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS] Compute: The security group parser was not parsing groupid properly.
This commit is contained in:
parent
49b6ffe427
commit
90d5950716
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ module Fog
|
|||
end
|
||||
when 'groups'
|
||||
@in_groups = false
|
||||
when 'groupDescription', 'ownerId', 'groupId', 'vpcId'
|
||||
when 'groupDescription', 'ownerId', 'vpcId'
|
||||
@security_group[name] = value
|
||||
when 'groupName'
|
||||
when 'groupId','groupName'
|
||||
if @in_groups
|
||||
@group[name] = value
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue