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
Currently, when Terraform finishes the deployment, it will wait until qemu-agent is available on each created domain. If it times out, it exits with error.
Instead, it should warn that qemu-agent is not available and don't allow using execute_cmd() of the domain object. Use istead execute_ssh_cmd()
The text was updated successfully, but these errors were encountered:
Currently, when Terraform finishes the deployment, it will wait until qemu-agent is available on each created domain. If it times out, it exits with error.
Instead, it should warn that qemu-agent is not available and don't allow using execute_cmd() of the domain object. Use istead execute_ssh_cmd()
The text was updated successfully, but these errors were encountered: