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:
parent
e693edc7c1
commit
b7f4a4cbda
@ -163,6 +163,7 @@ class ComputeVMwareVM(BaseModel):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
vmname: str = Field(..., description="VMware VM name")
|
vmname: str = Field(..., description="VMware VM name")
|
||||||
|
vmx_path: str = Field(..., description="Path to the vmx file")
|
||||||
|
|
||||||
|
|
||||||
class ComputeDockerImage(BaseModel):
|
class ComputeDockerImage(BaseModel):
|
||||||
|
Loading…
Reference in New Issue
Block a user