From: Dan Mick Date: Tue, 14 Jul 2015 17:19:37 +0000 (-0700) Subject: Remove "--allow-hosts None" because it magically makes things work X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f34b358fc7f9e76ff51f0d47208780fd41f73a9;p=s3-tests.git Remove "--allow-hosts None" because it magically makes things work Fixes: 12302 Signed-off-by: Dan Mick --- diff --git a/bootstrap b/bootstrap index 8571f6c2..9101f836 100755 --- a/bootstrap +++ b/bootstrap @@ -41,5 +41,4 @@ virtualenv --no-site-packages --distribute virtualenv # 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