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

Merge pull request #701 from coliver/security_groups_parser_fix

Security groups parser fix
This commit is contained in:
Wesley Beary 2012-01-18 15:05:40 -08:00
commit c0fe5077a4

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