Simone Tiraboschi has posted comments on this change. Change subject: error handling: Provide more informative error messages ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/36929/3/src/__main__.py File src/__main__.py: Line 530: logging.error( Line 531: _( Line 532: "Unable to connect to REST API at {url}\n" Line 533: "Host returned a 401 Unauthorized error. " Line 534: "Please check the engine certificates." Unauthorized means that the authentication failed and so probably the issue is on username/password. Line 535: ).format( Line 536: url=url Line 537: ) Line 538: ) -- To view, visit https://gerrit.ovirt.org/36929 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I969f75ce9402df4b42f45c7293266bf60acc59e3 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-iso-uploader Gerrit-Branch: master Gerrit-Owner: Jake Hunsaker <[email protected]> Gerrit-Reviewer: James W. Mills <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
