mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-01 13:53:49 +02:00
Fix VMware VM addition
This commit is contained in:
parent
e693edc7c1
commit
b7f4a4cbda
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user