From 2c9d9c9105128783e36fb69ff171223c23221722 Mon Sep 17 00:00:00 2001
From: zhubingbing <zhu.bingbing@99cloud.net>
Date: Wed, 12 Jul 2017 10:30:17 +0800
Subject: [PATCH] Set api_v2 to True in image-feature-enabled

Either api_v1 or api_v2 must be True in [image-feature-enabled]

Change-Id: I8d25d4b43b030c58e9c365937d81c82418a47436
Closes-bug: #1703722
---
 ansible/roles/tempest/templates/tempest.conf.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/tempest/templates/tempest.conf.j2 b/ansible/roles/tempest/templates/tempest.conf.j2
index 3420b1b2c0..eda81add92 100644
--- a/ansible/roles/tempest/templates/tempest.conf.j2
+++ b/ansible/roles/tempest/templates/tempest.conf.j2
@@ -49,7 +49,6 @@ http_image = {{ image_url }}
 
 [image-feature-enabled]
 api_v1 = False
-api_v2 = False
 
 [network]
 region = {{ openstack_region_name }}