From 7c7ed7abdaa029bf18970aaf116d6335d7b3d0c9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 15 May 2013 13:13:26 -0700 Subject: [PATCH] Use a relative URL for status.json. So that app.js can be less specific about where it's running. Change-Id: I2a84a659b43027b7eb59ba707396517d8ba635d3 Reviewed-on: https://review.openstack.org/29286 Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- etc/status/public_html/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/status/public_html/app.js b/etc/status/public_html/app.js index f7de2cce2d..8ac61088ae 100644 --- a/etc/status/public_html/app.js +++ b/etc/status/public_html/app.js @@ -22,7 +22,7 @@ demo = location.search.match(/[?&]demo=([^?&]*)/), source = demo ? './status-' + (demo[1] || 'basic') + '.json-sample' : - '/zuul/status.json'; + 'status.json'; zuul = { enabled: true,