2010-12-16 14:24:52 -05:00
|
|
|
require File.join(File.dirname(__FILE__), 'core')
|
|
|
|
|
2010-11-08 07:21:31 -05:00
|
|
|
module Fog
|
|
|
|
module Brightbox
|
|
|
|
extend Fog::Provider
|
2011-01-07 18:09:46 -05:00
|
|
|
|
|
|
|
service(:compute, 'brightbox/compute')
|
2010-11-08 07:21:31 -05:00
|
|
|
end
|
|
|
|
end
|