From 4b17eb43284ada1cff5e8a53cd9910c6cd91ea35 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Mon, 3 Aug 2015 12:35:36 -0600 Subject: [PATCH] Decoupling horizon from glance testing The hard-coded image location glance is currently using to download an image from in Horizon is now configurable. This will use a more reliable hard-coded URL. This allows Horizon's root URL to change. Change-Id: Ifb8e2febf41c933145605287f515ffeaedc36fdc --- devstack-vm-gate.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 6a52ed6f..d782056e 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -313,9 +313,9 @@ EOF # in parallel run. echo "VOLUME_BACKING_FILE_SIZE=24G" >> "$localrc_file" # in order to ensure glance http tests don't time out, we - # specify the TEMPEST_HTTP_IMAGE address to be horrizon's - # front page. Kind of hacky, but it works. - echo "TEMPEST_HTTP_IMAGE=http://127.0.0.1/static/dashboard/img/favicon.ico" >> "$localrc_file" + # specify the TEMPEST_HTTP_IMAGE address that's in infra on a + # service we need to be up for anything to work anyway. + echo "TEMPEST_HTTP_IMAGE=http://git.openstack.org/static/openstack.png" >> "$localrc_file" fi if [[ "$DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION" -eq "1" ]]; then