diff --git a/ansible/roles/nova/templates/nova.conf.j2 b/ansible/roles/nova/templates/nova.conf.j2
index 3e6de22f64..fdbaeeb654 100644
--- a/ansible/roles/nova/templates/nova.conf.j2
+++ b/ansible/roles/nova/templates/nova.conf.j2
@@ -123,8 +123,10 @@ api_servers = {{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETE
 
 num_retries = {{ groups['glance-api'] | length }}
 
+{% if enable_cinder | bool %}
 [cinder]
 catalog_info = volumev2:cinderv2:internalURL
+{% endif %}
 
 [neutron]
 {% if orchestration_engine == 'KUBERNETES' %}