From 59228789f4905b88d413599d47e7253950642270 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 12 Mar 2017 18:46:12 +0800 Subject: [PATCH] Remove the deprecated option for cinder.conf Option "enable_v1_api" from group "DEFAULT" is deprecated. This patch remove it. Change-Id: I234e5f417ca310b60ca5e4990223f9d13f583894 --- 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 99fc95b8dd..8735308361 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -8,7 +8,6 @@ use_forwarded_for = true # and collected by Docker use_stderr = False -enable_v1_api=false osapi_volume_workers = {{ openstack_service_workers }} volume_name_template = volume-%s