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

This commit is contained in:
Zuul 2018-01-23 07:09:28 +00:00 committed by Gerrit Code Review
commit f565e0129b

View File

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