~1chb1n/charms/trusty/cinder/15.10-stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to templates/parts/backends

  • Committer: James Page
  • Date: 2015-10-22 13:19:13 UTC
  • Revision ID: james.page@ubuntu.com-20151022131913-02u2l9s2fa0xtbio
Tags: 15.10
15.10 Charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% if sections and 'DEFAULT' in sections -%}
2
2
{% for key, value in sections['DEFAULT'] -%}
3
3
{{ key }} = {{ value }}
4
 
{% endfor -%}
5
 
{% endif -%}
 
4
{% endfor %}
 
5
{%- endif %}
6
6
 
7
7
{% if backends -%}
8
8
enabled_backends = {{ backends }}
9
 
{% endif -%}
 
9
{%- endif %}
10
10
 
11
11
{% for section in sections -%}
12
12
{% if section != 'DEFAULT' -%}
13
13
[{{ section }}]
14
14
{% for key, value in sections[section] -%}
15
15
{{ key }} = {{ value }}
16
 
{% endfor -%}
17
 
{% endif -%}
18
 
{% endfor -%}
 
 
b'\\ No newline at end of file'
 
16
{% endfor %}
 
17
{% endif %}
 
18
{%- endfor %}
 
 
b'\\ No newline at end of file'