From 23c85b49377bbc3392dc593a0e7e08c4a2ac2de2 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Mon, 20 Mar 2017 13:21:35 +0800
Subject: [PATCH] Delete the deprecated option from the group "DEFAULT"

more infomation, see http://paste.openstack.org/show/603369/

Change-Id: If803071bfa88b8e5275b3291c05dc3a9f6e08222
Closes-Bug: #1674215
---
 ansible/roles/cinder/templates/cinder.conf.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2
index 8735308361..f069dac351 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 = {% for host in groups['glance-api'] %}{{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETES' %}glance-api{% else %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}{% endif %}:{{ glance_api_port }}{% if not loop.last %},{% endif %}{% endfor %}
 
 glance_num_retries = {{ groups['glance-api'] | length }}
-glance_api_version = 2
 
 os_region_name = {{ openstack_region_name }}