Point nodepool slaves at new pypi mirror location.

The configure_mirror script has been updated to point our nodepool
slaves at mirror.<region>.<cloud>.openstack.org/pypi rather than
pypi.<region>.openstack.org.

Change-Id: I895b419e7755f8ec0e5fa594eebc8f9d79d333ba
Depends-on: I3d7629d80fe1e8762344852fab4a942bc476b706
This commit is contained in:
Michael Krotscheck 2015-10-22 20:08:38 -07:00
parent 0da79a780f
commit b6264d3d29
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
source /etc/nodepool/provider
NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-pypi.$NODEPOOL_REGION.openstack.org}
NODEPOOL_PYPI_MIRROR=${NODEPOOL_PYPI_MIRROR:-$NODEPOOL_MIRROR_HOST/simple}
NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.$NODEPOOL_REGION.$NODEPOOL_CLOUD.openstack.org}
NODEPOOL_PYPI_MIRROR=${NODEPOOL_PYPI_MIRROR:-$NODEPOOL_MIRROR_HOST/pypi/simple}
cat >/etc/pip.conf <<EOF
[global]