1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/vcloud_director.rb

12 lines
153 B
Ruby
Raw Normal View History

require 'fog/core'
module Fog
2013-09-04 18:03:00 -04:00
module VcloudDirector
2013-06-18 10:57:32 -04:00
extend Fog::Provider
2013-08-27 05:19:54 -04:00
service(:compute, 'vcloud_director/compute', 'Compute')
2013-06-18 10:57:32 -04:00
end
2013-09-04 18:03:00 -04:00
end