summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2013-10-07 23:31:27 +0000
committerJeremy Stanley <fungi@yuggoth.org>2013-10-07 23:34:07 +0000
commit42b49cbad0d7ae57da72513690e940cd9765f68f (patch)
treea39f46ad76ce335de095942b86969b96f8a16142 /tools
parent9f04dba0ecc07a33dc4b256bec4f860c30b2b500 (diff)
downloadpbr-42b49cbad0d7ae57da72513690e940cd9765f68f.tar.gz
Get rid of PyPI URL override in integration test
* tools/integration.sh: Overriding the PyPI URL is logic best left to devstack-gate since it does those things already. Remove the similar dance found here. Change-Id: Ie2fcabb11b30dc3ab6564bdedd55b2b173c1bf2a
Diffstat (limited to 'tools')
-rw-r--r--tools/integration.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 6760292..3ff2cd9 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -63,21 +63,6 @@ mirrors:
output: $pypidir
EOF
-# Default to using pypi.openstack.org as an easy_install mirror
-if [ "$1" == "--no-mirror" ] ; then
- shift
-else
- cat <<EOF > ~/.pydistutils.cfg
-[easy_install]
-index_url = http://pypi.openstack.org/openstack
-EOF
- cat <<EOF > ~/.pip/pip.conf
-[global]
-index-url = http://pypi.openstack.org/openstack
-log = $HOME/pip.log
-EOF
-fi
-
# PROJECTS is a list of projects that we're testing
PROJECTS=$*