Sandro Bonazzola has uploaded a new change for review.

Change subject: engine: updated health status URL
......................................................................

engine: updated health status URL

Update health status page URL for 3.4.0.

Change-Id: Ifa24b095764a86e397934a4f73f9ba2db11b1920
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M src/ovirt_hosted_engine_setup/check_liveliness.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/46/20846/1

diff --git a/src/ovirt_hosted_engine_setup/check_liveliness.py 
b/src/ovirt_hosted_engine_setup/check_liveliness.py
index e291059..a2b357f 100644
--- a/src/ovirt_hosted_engine_setup/check_liveliness.py
+++ b/src/ovirt_hosted_engine_setup/check_liveliness.py
@@ -44,7 +44,7 @@
 
     def isEngineUp(self, fqdn):
         self.logger.debug('Checking for Engine health status')
-        health_url = 'http://{fqdn}/OvirtEngineWeb/HealthStatus'.format(
+        health_url = 'http://{fqdn}/ovirt-engine/services/health'.format(
             fqdn=fqdn,
         )
         isUp = False


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa24b095764a86e397934a4f73f9ba2db11b1920
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to