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

12 lines
232 B
Ruby
Raw Normal View History

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