Merge "removed extra_volume_types for cinder.conf"
This commit is contained in:
commit
f47eca998d
@ -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() %}
|
{% for key, value in backend_section.1.items() if key != 'extra_volume_types' %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}={{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if cinder_nfs_client is defined %}
|
{% if cinder_nfs_client is defined %}
|
||||||
|
Loading…
Reference in New Issue
Block a user