1
0
Fork 0
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:
Christopher Oliver 2012-01-18 16:47:13 -05:00
parent 49b6ffe427
commit 90d5950716

View file

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