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=1100824 Signed-off-by: Simone Tiraboschi <stira...@redhat.com> --- M src/__main__.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader refs/changes/53/28153/1 diff --git a/src/__main__.py b/src/__main__.py index 1c4c93a..f17d609 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/28153 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: master Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches