Commit caea815c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

call loads for parameter_dict['zodb-list'] that is a JSON string here.

parent fffb250b
......@@ -87,7 +87,7 @@ parameter with timerserver interval, empty string meaning disabled -#}
container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>
{% for db_name, mount_point, cache_size, storage_type, storage_dict in parameter_dict['zodb-list'] -%}
{% for db_name, mount_point, cache_size, storage_type, storage_dict in json_module.loads(parameter_dict['zodb-list']) -%}
<zodb_db {{ db_name }}>
{%- if cache_size %}
cache-size {{ cache_size }}
......
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