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:
parent
30bf8ff90b
commit
ef44813ca9
1 changed files with 1 additions and 8 deletions
|
@ -28,14 +28,7 @@ module Terremark
|
||||||
!Fog::Terremark::VCLOUD_OPTIONS.include?(k)
|
!Fog::Terremark::VCLOUD_OPTIONS.include?(k)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
case key
|
hash[key] = terremark_service(key).new(credentials)
|
||||||
when :ecloud
|
|
||||||
hash[key] = Fog::Terremark::Ecloud.new(credentials)
|
|
||||||
when :vcloud
|
|
||||||
hash[key] = Fog::Terremark::Vcloud.new(credentials)
|
|
||||||
else
|
|
||||||
raise "Unsupported Terremark Service"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
@@connections[service]
|
@@connections[service]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue