1
0
Fork 0
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:
James W. Brinkerhoff 2011-01-19 19:45:41 -05:00 committed by geemus
parent 1bbb919dff
commit 221581844a

View file

@ -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