From f954e8ccd4d911a9314a588c5cf9d6fa9ae06d5b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 12 Jul 2015 01:50:29 +0000 Subject: [PATCH] Revert "Block installing of mock from wheels" This reverts commit 71d10ea626f5a62d6b48133e19f469b19c9a7f14. It was unnecessary once the offending wheel got removed from PyPI, and this never worked anyway. It was preventing the ability to boot new nodes, erroring thusly: ./configure_mirror.sh: line 25: /tmp/pip.conf: Permission denied Deleting the images to which the change was applied returned nodepool to being able to boot new nodes again. Change-Id: I0841c6a5a26cf5be22e2d8fea861bdceb0393842 --- nodepool/scripts/configure_mirror.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/nodepool/scripts/configure_mirror.sh b/nodepool/scripts/configure_mirror.sh index a138ee1387..a7a21432e7 100755 --- a/nodepool/scripts/configure_mirror.sh +++ b/nodepool/scripts/configure_mirror.sh @@ -21,9 +21,6 @@ source /etc/nodepool/provider NODEPOOL_PYPI_MIRROR=${NODEPOOL_PYPI_MIRROR:-http://pypi.$NODEPOOL_REGION.openstack.org/simple} sudo sed -i -e "s,^index-url = .*,index-url = $NODEPOOL_PYPI_MIRROR," /etc/pip.conf -cp /etc/pip.conf /tmp/pip.conf -echo "no-binary=mock" >> /tmp/pip.conf -sudo mv /tmp/pip.conf /etc/pip.conf cat >/home/jenkins/.pydistutils.cfg <