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

[terremark] fix ommission in vapp parser

This commit is contained in:
geemus 2010-05-07 10:42:27 -07:00
parent 45cc1e5099
commit c0503ec6ce

View file

@ -6,7 +6,7 @@ module Fog
class Vapp < Fog::Parsers::Base
def reset
@response = { 'Links' => [], 'VirtualHardware' => {} }
@response = { 'Links' => [], 'VirtualHardware' => {}, 'OperatingSystem' => {} }
@in_operating_system = false
@resource_type = nil
end