#121 show and honor node allocatable

This commit is contained in:
Henning Jacobs
2017-02-12 14:11:33 +01:00
parent ba1443def5
commit ea27747666
4 changed files with 21 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ def map_node_status(status: dict):
return {
'addresses': status.get('addresses'),
'capacity': status.get('capacity'),
'allocatable': status.get('allocatable')
}