On Sun, Jan 3, 2021 at 11:08 AM Steven Rosenberg <srosenbe(a)redhat.com> wrote:
Dear Strahil,
For 4.4.4 the sdk examples do require that you create a configuration file. Here is an
example:
~/config/ovirt.conf:
[engine1]
engine_url =
http://localhost:8080
username = admin@internal
password = 123
secure = yes
cafile = /home/user/ovirt_engine_master/etc/pki/ovirt-engine/ca.pem
Correct. There is an example configuration file here:
https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/ovirt....
It should be installed with the example scripts. We will fix this in the next
release.
Nir