From 859e737ada33f6e9b38da9975427452a57019e22 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 28 Jun 2017 18:59:51 +1000 Subject: [PATCH] Remove mirror create This was just to avoid our initial gate crisis, and has been put into project-config with I45b4b181369032155f8908ee11641d2327586e6f Change-Id: I3ab57b4455b39ccc3fa94ef1be2193fa7f082fb6 --- tests/run_functests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/run_functests.sh b/tests/run_functests.sh index 0748d2ac9..2edf38179 100755 --- a/tests/run_functests.sh +++ b/tests/run_functests.sh @@ -11,10 +11,6 @@ export DIB_ELEMENTS=$(python -c ' import diskimage_builder.paths diskimage_builder.paths.show_path("elements")') -# XXX: This will move into the gate scripts, and happen before -# we run this script ... just here for initial bringup -./openstack/diskimage-builder/contrib/setup-gate-mirrors.sh - # Setup sane locale defaults, because this information is leaked into DIB. export LANG=en_US.utf8 export LC_ALL=