vitrage/releasenotes/notes/support-template-functions-dcb2d2e1e63e9a5d.yaml
Ifat Afek 20600dfae9 Support template functions
Support functions in version 2 of Vitrage templates. The first supported
function is get_attr(entity, attr_name), and it can be used only in
execute_mistral action.

Change-Id: I89ad0c7b7efcd07f1b49fc5603b0854d7f6730e6
Implements: blueprint refactor-execute-mistral-definition
2018-01-16 13:04:42 +00:00

7 lines
281 B
YAML

---
features:
- Support functions in Vitrage templates version 2. The first supported
function is ``get_attr`` which allows retrieving attributes from the
matched entity in the graph. As the first stage this function is supported
only for ``execute_mistral`` action.