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:
parent
45cc1e5099
commit
c0503ec6ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue