openstack-ansible/releasenotes/notes/template-setup-70a3daadc2a9d93b.yaml
Jean-Philippe Evrard ec5b3a7a82 Freeze roles for Milestone 1
This freezes the roles and copy each role releases notes for
preparing the first Milestone of the Rocky release.

Change-Id: I6b1343863eb27a5753ddbfcc3c1e2b063618ae50
2018-04-29 18:17:53 +01:00

11 lines
587 B
YAML

---
deprecations:
- The option ``cache_prep_commands`` from ``lxc_cache_map`` has been
removed. This option has been converted to a template file within
the **lxc_hosts** role. In order to set specific cache commands within
the template it is recommended that deployers set
``lxc_cache_prep_pre_commands`` or ``lxc_cache_prep_post_commands``. If the
entire prep script needs to be overridden deployers can set
``lxc_cache_prep_template`` to the full local path of the prep template and
the role will use this script irrespective of the base container type.