Fix VMware VM addition

pull/2091/head
grossmj 2 years ago
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…
Cancel
Save