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

[compute|aws] fix describe_instances parser to get group ids correctly

closes #425
This commit is contained in:
geemus 2011-07-15 11:29:26 -05:00
parent 5d39e2350e
commit 0e0b30227d

View file

@ -43,7 +43,7 @@ module Fog
@block_device_mapping[name] = (value == 'true')
when 'deviceName', 'status', 'volumeId'
@block_device_mapping[name] = value
when 'groupName'
when 'groupId', 'groupName'
case @context.last
when 'groupSet'
@reservation['groupSet'] << value