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:
parent
6613711166
commit
dc865072bb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue