Simone Tiraboschi has uploaded a new change for review.

Change subject: ovirt-iso-uploader: using API SDK insecure parameter
......................................................................

ovirt-iso-uploader: using API SDK insecure parameter

Correctly mapping command line insecure parameter to
API SDK insecure parameter.

Change-Id: I2c76ee34b51bfe111ff319f4e75b7ddb09f03bcf
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1102535
Signed-off-by: Simone Tiraboschi <stira...@redhat.com>
(cherry picked from commit e89dcdfad8977030ba9e86af673fe8d102cab414)
---
M src/__main__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader 
refs/changes/03/28203/1

diff --git a/src/__main__.py b/src/__main__.py
index 4969e6b..98d6d8e 100644
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -497,7 +497,7 @@
                     username=self.configuration.get("user"),
                     password=self.configuration.get("passwd"),
                     ca_file=self.configuration.get("cert_file"),
-                    validate_cert_chain=not self.configuration.get("insecure"),
+                    insecure=self.configuration.get("insecure"),
                 )
 
                 pi = self.api.get_product_info()


-- 
To view, visit http://gerrit.ovirt.org/28203
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c76ee34b51bfe111ff319f4e75b7ddb09f03bcf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-uploader
Gerrit-Branch: ovirt-iso-uploader-3.4
Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to