Skip to content

Commit

Permalink
Fix VMware VM addition
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jul 25, 2022
1 parent e693edc commit b7f4a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gns3server/schemas/controller/computes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b7f4a4c

Please sign in to comment.