Description of problem: This bug was created to continue fix a problem that was found on: https://bugzilla.redhat.com/show_bug.cgi?id=1896320 As Benny reported on C#1[1]: ``` E1110 09:21:15.641660 1 starter.go:36] yaml: line 3: found character that cannot start any token Ultimately the issue is caused by the ovirt-api password starting with a reserved character, this can be resolved by editing the ovirt-credentials object and wrap the password with quotes. I created a PR to fail earlier so the logs aren't as difficult to read ``` The driver should be able to accept any printable character and shouldn't limit the ovirt password. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1896320#c1
due to capacity constraints, we will be revisiting this bug in the upcoming sprint