Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: implement insecure flag #848046
......................................................................
sdk: implement insecure flag #848046
by default if not specified key_file, cert_file, ca_file, SSL
connection initiation will fail, unless raised 'insecure' flag
https://bugzilla.redhat.com/show_bug.cgi?id=848046
Change-Id: Ib3ab575aae4d5615de76b79ed93234aec354efed
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M src/codegen/entrypoint/entrypoint.py
M src/ovirtsdk/api.py
M src/ovirtsdk/infrastructure/connectionspool.py
M src/ovirtsdk/infrastructure/errors.py
M src/ovirtsdk/web/connection.py
5 files changed, 23 insertions(+), 6 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
Ori Liel: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/7211
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib3ab575aae4d5615de76b79ed93234aec354efed
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>