heat/releasenotes/notes/add-template-dir-config-b96392a9e116a2d3.yaml
ricolin 83966b7bde Add template_dir to config
Allow global environment contain global template files.
This can lead to further access to global template files.
For example a template file `my_tmpl.yaml` under global template
directory (`/etc/heat/templates` by default) can be directly accessed in
stack with `get_file`.
Partial-Bug: #1454401

Change-Id: I0a1c9d50441f88144980214fbc8e6757193cfb41
2016-05-27 13:55:55 +08:00

7 lines
273 B
YAML

---
features:
- Add `template_dir` to config. Normally heat has template directory
`/etc/heat/templates`. This change makes it more official. In the future,
it is possible to implement features like access templates directly from
global template environment.