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

[compute] fix stormondemand namespace mismatch

This commit is contained in:
geemus 2011-07-22 12:02:34 -05:00
parent 6613711166
commit dc865072bb

View file

@ -40,7 +40,7 @@ module Fog
Fog::Compute::Slicehost.new(attributes)
when :stormondemand
require 'fog/compute/storm_on_demand'
Fog::StormOnDemand::Compute.new(attributes)
Fog::Compute::StormOnDemand.new(attributes)
when :vcloud
require 'fog/compute/vcloud'
Fog::Vcloud::Compute.new(attributes)