b27a6cb399
The total RAM and the available RAM are stored in memory of CellStateManager. This API gets the available slots per flavor for a given cell. Implements: blueprint get-cell-free-ram Change-Id: I2a6dbb8835cad04f3ee058c3012490782d7c8e67
19 lines
467 B
JSON
19 lines
467 B
JSON
{
|
|
"cell": {
|
|
"capacities": {
|
|
"ram_free": {
|
|
"units_by_mb": {
|
|
"8192": 0, "512": 13, "4096": 1, "2048": 3, "16384": 0
|
|
},
|
|
"total_mb": 7680
|
|
},
|
|
"disk_free": {
|
|
"units_by_mb": {
|
|
"81920": 11, "20480": 46, "40960": 23, "163840": 5, "0": 0
|
|
},
|
|
"total_mb": 1052672
|
|
}
|
|
}
|
|
}
|
|
}
|