]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop --allow-hosts None
authorZack Cerza <zack.cerza@inktank.com>
Fri, 29 Aug 2014 01:19:07 +0000 (19:19 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Fri, 29 Aug 2014 01:19:07 +0000 (19:19 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
bootstrap

index 5e6e795d9c9970be594dd0302045f581069b8582..6e35a445064635c498e5cca9ac1c9f47f6363b00 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -27,9 +27,4 @@ fi
 
 ./virtualenv/bin/pip install -r requirements.txt
 
-# forbid setuptools from using the network because it'll try to use
-# easy_install, and we really wanted pip; next line will fail if pip
-# requirements.txt does not match setup.py requirements -- sucky but
-# good enough for now
-./virtualenv/bin/python setup.py develop \
-    --allow-hosts None
+./virtualenv/bin/python setup.py develop