mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
added disk_size to devices.list call
This commit is contained in:
parent
1bbb919dff
commit
221581844a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ module Fog
|
|||
{ :id => device['id'],
|
||||
:name => device['label'],
|
||||
:processing_cores => device['processor']['cores'],
|
||||
:facility => device['location']['facility']['code'] }
|
||||
:facility => device['location']['facility']['code'],
|
||||
:disk_size => device['storage']['drive']['size'] }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue