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

[terremark] Don't need that, just use terremark_service. This was lost at some point in the merge.

This commit is contained in:
Edward Muller 2010-04-29 21:48:24 -07:00 committed by geemus
parent 30bf8ff90b
commit ef44813ca9

View file

@ -28,14 +28,7 @@ module Terremark
!Fog::Terremark::VCLOUD_OPTIONS.include?(k)
end
end
case key
when :ecloud
hash[key] = Fog::Terremark::Ecloud.new(credentials)
when :vcloud
hash[key] = Fog::Terremark::Vcloud.new(credentials)
else
raise "Unsupported Terremark Service"
end
hash[key] = terremark_service(key).new(credentials)
end
@@connections[service]
end