2011-09-16 08:57:00 -04:00
|
|
|
require(File.expand_path(File.join(File.dirname(__FILE__), 'core')))
|
|
|
|
|
|
|
|
module Fog
|
|
|
|
module Vmfusion
|
|
|
|
|
|
|
|
extend Fog::Provider
|
|
|
|
|
2011-09-22 20:00:48 -04:00
|
|
|
service(:compute, 'vmfusion/compute', 'Compute')
|
2011-09-16 08:57:00 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|