Closed agrare closed 2 years ago
Backported to morphy
in commit 2b3f08a5782e22cf3edb6ed9044d9a441b8a12aa.
commit 2b3f08a5782e22cf3edb6ed9044d9a441b8a12aa
Author: Keenan Brock <keenan@thebrocks.net>
Date: Mon Jan 31 12:43:43 2022 -0500
Merge pull request #195 from agrare/fix_kubevirt_endpoint_verification
Fix KubeVirt endpoint verification
(cherry picked from commit 664c55ab22e0104a9407d9d51476cf8c302a34a2)
connection.valid?
doesn't return the same connection which causes a later check for#virt_supported?
to returnnil
when the connection actually does support virtualization.The result was even with valid endpoint info and credentials the credential verification would always fail with "unknown error"