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/bare_metal_cloud.rb
John Wang 3a17e5174b Switch from NewServers to BareMetalCloud for #773
Includes changing from new_servers to bare_metal_cloud as well as newservers to baremetalcloud.
2012-03-01 18:54:49 -08:00

11 lines
204 B
Ruby

require(File.expand_path(File.join(File.dirname(__FILE__), 'core')))
module Fog
module BareMetalCloud
extend Fog::Provider
service(:compute, 'bare_metal_cloud/compute', 'Compute')
end
end