When I'm trying to use the deploy_ovf sample (pyvmomi) in order to deploy OVF file, Im getting this error in the CreateImportSpecResult:
error = 'Host did not have any virtual network defined'.
This causes that the spec_params is None.
When I manually checked the OVF file, it does contain the NetworkSection in the xml. I also make sure I am deploying to the correct datastore.
Is there a way to ignore the network setting when deploying? Or some other way to bypass that?
Thanks!