diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2 index dfa83b75c7..2d7e192fdc 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -14,7 +14,6 @@ volume_name_template = volume-%s glance_api_servers = {{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETES' %}glance-api{% else %}{{ kolla_internal_vip_address }}{% endif %}:{{ glance_api_port }} glance_num_retries = {{ groups['glance-api'] | length }} -glance_api_version = 2 os_region_name = {{ openstack_region_name }}