2011-04-27 21:49:56 -04:00
|
|
|
require 'fog/core'
|
|
|
|
|
|
|
|
module Fog
|
2011-04-30 15:29:05 -04:00
|
|
|
module StormOnDemand
|
2011-04-27 21:49:56 -04:00
|
|
|
|
|
|
|
extend Fog::Provider
|
|
|
|
|
2011-08-24 21:17:43 -04:00
|
|
|
service(:compute, 'storm_on_demand/compute')
|
2011-04-27 21:49:56 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|