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

[compute] fix service calls I missed in recent rearrange

This commit is contained in:
geemus 2011-08-24 20:17:43 -05:00
parent b97d6ba72d
commit 473abe69bd
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ module Fog
extend Fog::Provider
service(:compute, 'compute/storm_on_demand')
service(:compute, 'storm_on_demand/compute')
end
end

View file

@ -5,7 +5,7 @@ module Fog
extend Fog::Provider
service(:compute, 'compute/vcloud')
service(:compute, 'vcloud/compute')
end
end