Added threaded create_vm endpoint

This commit is contained in:
Qubasa
2023-09-25 16:28:32 +02:00
committed by Mic92
parent da02c7f4ae
commit b58b274118
8 changed files with 120 additions and 89 deletions

View File

@@ -43,6 +43,8 @@ class VmConfig(BaseModel):
memory_size: int
graphics: bool
class VmCreateResponse(BaseModel):
uuid: str
class VmInspectResponse(BaseModel):
config: VmConfig