Add more attributes 'mem_used' and 'cpu_used' to 'Host' API

Change-Id: I55bf5e7eb3e7b5ea8218a94743000f513eabab15
Closes-Bug: #1744624
This commit is contained in:
Feng Shengqin 2018-01-22 14:12:50 +08:00
parent 6f6fc5b997
commit 394dba83b6

View File

@ -26,7 +26,9 @@ _basic_keys = (
'os_type',
'os',
'kernel_version',
'labels'
'labels',
'mem_used',
'cpu_used',
)