diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2
index 061279a6e2..c46a52518e 100644
--- a/ansible/roles/cinder/templates/cinder.conf.j2
+++ b/ansible/roles/cinder/templates/cinder.conf.j2
@@ -16,6 +16,7 @@ volume_name_template = volume-%s
 glance_api_servers = {{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ glance_api_port }}
 
 glance_num_retries = {{ groups['glance-api'] | length }}
+glance_api_version = 2
 
 os_region_name = {{ openstack_region_name }}