[ovirt-users] Shutdown all VM's command line

Giulio Casella giulio at di.unimi.it
Tue Jan 16 09:39:13 UTC 2018


Il 16/01/2018 02:02, Wesley Stewart ha scritto:
> I am using the default certificates.   Took me a second to find out 
> where they are stored, but after pointing directly to it, everything is 
> working like a champ.

If I remember correctly, if you use option "insecure=True", you can omit 
ca_file option:

connection = sdk.Connection(
   url=ovaddress,
   username=username,
   password=password,
   insecure=True
)


Cheers,
gc


More information about the Users mailing list