Douglas Schilling Landgraf has posted comments on this change. Change subject: vdsm-tool: Add register verb ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/40966/3/lib/vdsm/tool/register.py File lib/vdsm/tool/register.py: Line 314: res = ssl.get_server_certificate( Line 315: (self.engine_fqdn, int(self.engine_port)) Line 316: ) Line 317: else: Line 318: res = self._execute_http_request(self.url_CA, Be able to use other http port via new registration Line 319: cert_validation=False) Line 320: Line 321: with tempfile.NamedTemporaryFile( Line 322: dir=os.path.dirname(self.ca_dir), -- To view, visit https://gerrit.ovirt.org/40966 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ica800027beec1e5a20165bb5e1e78baf9283c1da Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
