Juan Hernandez has uploaded a new change for review. Change subject: packaging: Use HTTP for engine sampling ......................................................................
packaging: Use HTTP for engine sampling This is needed because the HTTPS communication doesn't work at the moment because the ETL will not accept the digital certificate used by the engine. Change-Id: I6d728e62c659023c7f815d81e818a21c6d13e52e Signed-off-by: Juan Hernandez <[email protected]> --- M packaging/ovirt-engine-dwh-setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/55/7455/1 diff --git a/packaging/ovirt-engine-dwh-setup.py b/packaging/ovirt-engine-dwh-setup.py index 53c30ef..ae1b0b4 100755 --- a/packaging/ovirt-engine-dwh-setup.py +++ b/packaging/ovirt-engine-dwh-setup.py @@ -134,7 +134,7 @@ file_handler.editParam("ovirtEnginePortalPort", port) file_handler.close() -def getHostParams(secure=True): +def getHostParams(secure=False): """ get protocol, hostname & secured port from /etc/sysconfig/ovirt-engine """ -- To view, visit http://gerrit.ovirt.org/7455 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6d728e62c659023c7f815d81e818a21c6d13e52e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
