openstack-ansible/releasenotes/notes/pypiserver-pypi-cache-216e9e087f6d3f24.yaml
Jean-Philippe Evrard 91cf1e88dc Freeze all SHAs for 17.0.0.0b2
This patch updates all the roles to the latest available stable
SHA's, copies the release notes from the updated roles into the
integrated repo.

Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
2017-12-09 15:05:35 +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.