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-05-10 16:58:22 -04:00
|
|
|
service(:compute, 'compute/storm_on_demand')
|
2011-04-27 21:49:56 -04:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|