openstack-ansible/releasenotes/notes/lxc_image_cache_server-f14701a7f8f4b8ca.yaml
Jean-Philippe Evrard 0620efaf11 Set OpenStack-Ansible release to 17.0.0.0b1
Prepare for Release Queens-1

Change-Id: Iec908af26572323065132aa964ec25d71989bf2b
2017-10-19 21:46:02 +01: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.