2014-02-01 21:13:17 -05:00
|
|
|
require 'fog/core'
|
2014-11-06 04:49:06 -05:00
|
|
|
require 'fog/xml'
|
2014-02-01 21:13:17 -05:00
|
|
|
|
|
|
|
module Fog
|
|
|
|
module Vcloud
|
|
|
|
extend Fog::Provider
|
|
|
|
|
2014-02-01 22:02:40 -05:00
|
|
|
service(:compute, 'Compute')
|
2014-02-01 21:13:17 -05:00
|
|
|
end
|
|
|
|
end
|