Forbid controller and compute servers to be different versions.

Report last compute server error to clients and display in the server summary.
This commit is contained in:
grossmj
2018-08-22 16:54:43 +07:00
parent 59ce105a50
commit 089d25c79d
6 changed files with 38 additions and 8 deletions

View File

@ -104,6 +104,10 @@ COMPUTE_OBJECT_SCHEMA = {
"maximum": 100,
"minimum": 0
},
"last_error": {
"description": "Last error on the compute",
"type": ["string", "null"]
},
"capabilities": CAPABILITIES_SCHEMA
},
"additionalProperties": False,