mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[digitalocean|compute] initialize compute service mock data
This commit is contained in:
parent
e9933dab96
commit
81e2c46ed4
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@ module Fog
|
||||||
|
|
||||||
def self.data
|
def self.data
|
||||||
@data ||= Hash.new do |hash, key|
|
@data ||= Hash.new do |hash, key|
|
||||||
hash[key] = {}
|
hash[key] = {
|
||||||
|
:servers => [],
|
||||||
|
:ssh_keys => []
|
||||||
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue