Merge "Increase the default pip socket timeout"

This commit is contained in:
Jenkins 2014-03-21 01:09:13 +00:00 committed by Gerrit Code Review
commit b059d10bf4

View File

@ -44,6 +44,7 @@ EOF
cat <<EOF > ~/.pip/pip.conf
[global]
index-url = http://pypi.openstack.org/openstack
timeout = 60
EOF
else
echo "$org/$project will not use the internal openstack pypi mirror"