1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/terremark.rb
2011-02-16 17:25:50 -08:00

11 lines
232 B
Ruby

require 'fog/core'
require 'fog/terremark/shared'
require 'fog/terremark/parser'
require 'fog/terremark/vcloud'
module Fog
module Terremark
VCLOUD_OPTIONS = [:terremark_vcloud_username, :terremark_vcloud_password]
end
end