From 2fcbb6270e40961696f70b498ac2d0b335f4c846 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Fri, 19 Sep 2014 15:06:06 +0200 Subject: [PATCH] Switch to static content for glance upload test glance is able to fetch an image from a given url. Previously the dashboard main page was used as image, this change sets it a static image, in order the have less gate issue. Any url could be used which does not requires authentication. Change-Id: I66760790aa7d2d0d7b8c53d62baf59134b9b44d6 --- devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 4c6b3e56..3f692269 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -218,7 +218,7 @@ EOF # 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/" >> localrc + echo "TEMPEST_HTTP_IMAGE=http://127.0.0.1/static/dashboard/img/favicon.ico" >> localrc fi if [[ "$DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION" -eq "1" ]]; then