mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
b0a7473f5b
'fog/core' is already in the load path. No need to go to these extents.
12 lines
188 B
Ruby
12 lines
188 B
Ruby
require 'fog/core'
|
|
|
|
module Fog
|
|
module Bluebox
|
|
|
|
extend Fog::Provider
|
|
|
|
service(:compute, 'bluebox/compute', 'Compute')
|
|
service(:dns, 'bluebox/dns', 'DNS')
|
|
|
|
end
|
|
end
|