You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example code is using the ntnx_vms module to generate an OVA image. This is an invalid operation, there is nothing in the underlying ntnx_vms module referencing create_ova_image
Possible typo in the example code?
Expected Result
OVA VDMK is generated as per example
nutanix.ansible/examples/vm_operations.yml
Lines 29 to 38 in 8a8f0e5
The example code is using the ntnx_vms module to generate an OVA image. This is an invalid operation, there is nothing in the underlying ntnx_vms module referencing create_ova_image
Possible typo in the example code?
Expected Result
OVA VDMK is generated as per example
Observed Result
Error message when running playbook
"msg": "Unsupported parameters for (ntnx_vms) module: operation, ova_file_format, ova_name. Supported parameters include: state, nutanix_password, cluster, name, nutanix_port, cores_per_vcpu, nutanix_host, validate_certs, force_power_off, memory_gb, disks, networks, vcpus, guest_customization, vm_uuid, wait, categories, nutanix_username, boot_config, timezone, project, desc."
The text was updated successfully, but these errors were encountered: