Change integration test to use git.o.o

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

Change-Id: I08453c5c628a5fb4fdbf58a6e75a08231f594f4f
This commit is contained in:
Joe Gordon
2015-05-01 10:47:42 -07:00
parent 4e094689b4
commit b91ff68dcd

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