diff --git a/templates/cinder.conf.j2 b/templates/cinder.conf.j2 index 3857e8b5..13aac1b4 100644 --- a/templates/cinder.conf.j2 +++ b/templates/cinder.conf.j2 @@ -99,7 +99,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 %}