mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Can't run shindo tests with old references.
This commit is contained in:
parent
36b19d5ff1
commit
3831f81de7
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'fog/core/collection'
|
||||
require 'fog/serverlove/models/compute/drive'
|
||||
require 'fog/serverlove/models/compute/server'
|
||||
require 'fog/serverlove/models/compute/image'
|
||||
|
||||
module Fog
|
||||
module Compute
|
||||
|
@ -15,7 +16,7 @@ module Fog
|
|||
end
|
||||
|
||||
def get(server_id)
|
||||
load(connection.get_drive(server_id).body)
|
||||
load(connection.get_image(server_id).body)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue