Merge "NFS backend option "shares" should not be templated"
This commit is contained in:
commit
04a84400bb
@ -99,7 +99,7 @@ enabled_backends={% for backend in cinder_backends|dictsort %}{{ backend.0 }}{%
|
|||||||
# All given backend(s)
|
# All given backend(s)
|
||||||
{% for backend_section in cinder_backends|dictsort %}
|
{% for backend_section in cinder_backends|dictsort %}
|
||||||
[{{ backend_section.0 }}]
|
[{{ backend_section.0 }}]
|
||||||
{% for key, value in backend_section.1.items() if key != 'extra_volume_types' %}
|
{% for key, value in backend_section.1.items() if key not in ['extra_volume_types', 'shares'] %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user