removed extra_volume_types for cinder.conf
filtered the key in cinder.conf.j2 to elminate the extra_volume_types in cinder.conf Change-Id: I0dccd4f717154a72955bd7e8e7b432fe58c623f4 Closes-Bug: #1632812
This commit is contained in:
parent
fd6239a594
commit
f919ae079d
@ -96,7 +96,7 @@ enabled_backends={% for backend in cinder_backends|dictsort %}{{ backend.0 }}{%
|
||||
# All given backend(s)
|
||||
{% for backend_section in cinder_backends|dictsort %}
|
||||
[{{ 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 }}
|
||||
{% endfor %}
|
||||
{% if cinder_nfs_client is defined %}
|
||||
|
Loading…
Reference in New Issue
Block a user