openstack-ansible-repo_server/releasenotes/notes/proxy-apt-cacher-ng-1bedb761e2db04b8.yaml
ArchiFleKs b000586d14 Add proxy configuration for apt-cacher-ng
apt-cacher-ng does not use environment variable and proxy needs to
be set in apt-cacher-ng configuration file.

Change-Id: I0f9b7e3dc0a24a13a290d286100f9da672ca4d37
2016-12-06 19:31:39 +00:00

9 lines
372 B
YAML

---
upgrade:
- The variable ``proxy_env_url`` is now used by the apt-cacher-ng jinja2
template to set up an HTTP/HTTPS proxy if needed.
fixes:
- The apt-cacher-ng daemon does not use the proxy server specified in
environment variables. The proxy server specified in the
``proxy_env_url`` variable is now set inside the apt-cacher-ng
configuration file.