83966b7bde
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
7 lines
273 B
YAML
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.
|