2012-06-07 12:50:11 -04:00
|
|
|
require(File.expand_path(File.join(File.dirname(__FILE__), 'core')))
|
2011-02-17 13:44:46 -05:00
|
|
|
|
|
|
|
module Fog
|
|
|
|
module Ecloud
|
|
|
|
|
|
|
|
extend Fog::Provider
|
|
|
|
|
2011-09-22 20:00:48 -04:00
|
|
|
service(:compute, 'ecloud/compute', 'Compute')
|
2011-02-17 13:44:46 -05:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|