openstack-ansible-lxc_hosts/releasenotes/notes/lxc_image_cache_server-f14701a7f8f4b8ca.yaml
Major Hayden de1b45553e Download LXC image with async via aria2
This patch adds an async task to download the LXC image using aria2
with retries and read timeouts.

Closes-Bug: 1709329
Change-Id: Ib9ec6195dcb7e0e4b18b8526f030e6738f9953e8
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-08-15 12:34:26 +00:00

15 lines
636 B
YAML

---
features:
- The variable ``lxc_image_cache_server_mirrors`` has been added to
the "lxc_hosts" role. This is a list type variable and gives
deployers the ability to specify multiple lxc-image mirrors at the
same time.
deprecations:
- The variable ``lxc_image_cache_server`` has been deprecated in the
"lxc_hosts" role. By default this value will pull the first item
out of ``lxc_image_cache_server_mirrors`` list which is only done
for compatibility (legacy) purposes. The default string type
variable, ``lxc_image_cache_server``, will be removed from the
"lxc_hosts" role in the in "R" release.