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

.

parent 6e3f7884
...@@ -79,9 +79,10 @@ ...@@ -79,9 +79,10 @@
{%- endmacro %} {%- endmacro %}
{#- cell_dict keeps cell slave instances: reference -> icell #} {#- cell_dict keeps cell slave instances: reference -> icell
{#- ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> iRU #} ru_dict keeps RU slave instances + RU whose definition is embedded into a cell: reference -> iRU
{#- in the kept instances _ is automatically json-decoded #} in the kept instances _ is automatically json-decoded
#}
{%- set cell_dict = {} %} {%- set cell_dict = {} %}
{%- set ru_dict = {} %} {%- set ru_dict = {} %}
{%- for slave in slap_configuration.get('slave-instance-list', []) %} {%- 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