20600dfae9
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
7 lines
281 B
YAML
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.
|