Comment 4 for bug 1955912

Revision history for this message
Alberto Donato (ack) wrote :

Currently, when creating VM hosts from the API, failures from discovery are not fatal. This is intended to allow authentication to fail as certificates might not be yet trusted when adding the vmhost.

This ends up also trapping other kinds of error (such as the required extensions check above), because they're all PodProblem errors.

We should differentiate errors and still fail on this kind of errors.