1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00

Fix VMware VM addition

This commit is contained in:
grossmj 2022-07-25 11:10:01 +02:00
parent e693edc7c1
commit b7f4a4cbda

View File

@ -163,6 +163,7 @@ class ComputeVMwareVM(BaseModel):
"""
vmname: str = Field(..., description="VMware VM name")
vmx_path: str = Field(..., description="Path to the vmx file")
class ComputeDockerImage(BaseModel):