Change integration test to use git.o.o

Instead of cloning from gerrit.openstack.org clone from our git farm,
git.openstack.org

Needed to make the nova integration job run

Change-Id: I08453c5c628a5fb4fdbf58a6e75a08231f594f4f
(cherry picked from commit b91ff68dcd)
This commit is contained in:
Joe Gordon 2015-05-01 10:47:42 -07:00
parent 1d34d9d5f7
commit adec8869e3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Note: you can clone from a local file with REPO_ROOT=file:////~/path/to/repo
set -x
set -e
REPO_ROOT=${REPO_ROOT:-https://review.openstack.org/p}
REPO_ROOT=${REPO_ROOT:-git://git.openstack.org}
if [[ -z "$2" ]]; then
org=openstack
project=nova