openstack-ansible-lxc_hosts/releasenotes/notes/lxc_cache_environment-f14701a7f8f4b8ca.yaml
Travis Truman 1eb088d49a Allow variable control over lxc_template task enviroment
This allows a deployer to configure a proxy server that is
only applied to these LXC cache tasks. This is sometimes preferable
to configuring such a proxy in the host's enviroment variables. It
may also be preferable to running a private LXC image server and specifying
it using the `lxc_image_cache_server` variable.

Change-Id: I884478c8bf699af2facbc106f745470eaf697ffd
2016-12-08 09:17:30 -05:00

6 lines
226 B
YAML

---
features:
- The variable ``lxc_cache_environment`` has been added. This dictionary
can be overridden by deployers to set HTTP proxy environment variables that
will be applied to all lxc container download tasks.