Commit 92d4e004 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6e3f7884
......@@ -79,9 +79,10 @@
{%- endmacro %}
{#- cell_dict keeps cell slave instances: reference -> icell #}
{#- ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> iRU #}
{#- in the kept instances _ is automatically json-decoded #}
{#- cell_dict keeps cell slave instances: reference -> icell
ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> iRU
in the kept instances _ is automatically json-decoded
#}
{%- set cell_dict = {} %}
{%- set ru_dict = {} %}
{%- for slave in slap_configuration.get('slave-instance-list', []) %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment