mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixed ommission in terremark parsers/get_node_services.rb
This commit is contained in:
parent
877843bd9e
commit
f5b84e131e
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ module Fog
|
|||
end
|
||||
when 'Id', 'Port'
|
||||
@node_service[name] = @value.to_i
|
||||
when 'NodeService'
|
||||
@response['NodeServices'] << @node_service
|
||||
@node_service = {}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue