openstack-ansible/releasenotes/notes/add-template-file-var-cac35a99a3faf563.yaml
alextricity25 adcdb7ed4d Add variable for template filename
The current logic for constructing the template filename
does not allow custom scenario names. For example, if an
outside playbook defines ``boostrap_host_scenario`` to
be "swift" or "awesome_scenario", then the task would try
to look for the user_variables.swlft.yml.j2 template within the
role. This commit allows the user to define a template filename
using the variable bootstrap_user_variables_template.

Change-Id: I9fc98ea9b7d68623cb42c5fa3b9d5383fadb82d8
2017-04-23 22:39:53 -05:00

7 lines
208 B
YAML

---
features:
- |
A variable named ``bootstrap_user_variables_template`` has been added
to the bootstrap-host role so the user can define the user variable
template filename for AIO deployments