2011-08-31 15:52:53 -05:00
|
|
|
require(File.expand_path(File.join(File.dirname(__FILE__), 'core')))
|
2011-06-28 15:47:16 +02:00
|
|
|
|
|
|
|
module Fog
|
|
|
|
module Libvirt
|
|
|
|
|
|
|
|
extend Fog::Provider
|
|
|
|
|
2011-09-22 19:00:48 -05:00
|
|
|
service(:compute, 'libvirt/compute', 'Compute')
|
2011-06-28 15:47:16 +02:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|