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:
parent
b97d6ba72d
commit
473abe69bd
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ module Fog
|
|||
|
||||
extend Fog::Provider
|
||||
|
||||
service(:compute, 'compute/storm_on_demand')
|
||||
service(:compute, 'storm_on_demand/compute')
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -5,7 +5,7 @@ module Fog
|
|||
|
||||
extend Fog::Provider
|
||||
|
||||
service(:compute, 'compute/vcloud')
|
||||
service(:compute, 'vcloud/compute')
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue