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:
parent
5d39e2350e
commit
0e0b30227d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue