openstack-ansible-repo_server/releasenotes/notes/pypiserver-pypi-cache-216e9e087f6d3f24.yaml
Jesse Pretorius a340308444 Allow the upstream pypi mirror to be changed
Currently the upstream pypi mirror is hard set to
pypi, but sometimes it is preferred to use a different
mirror. This allows the upstream mirror to be changed.

Change-Id: Icd93c0c801bfee1b4fdc8154d078067722c0640a
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
2017-12-04 11:11:10 +00:00

10 lines
440 B
YAML

---
features:
- |
The repo server now implements nginx as a reverse proxy for python
packages sourced from pypi. The initial query will be to a local
deployment of pypiserver in order to serve any locally built packages,
but if the package is not available locally it will retry
the query against the upstream pypi mirror set in the variable
``repo_nginx_pypi_upstream`` (defaults to pypi) and cache the response.