From 18682324856285743c7f2b54f1dc0523ea74a70f Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Wed, 28 Dec 2016 23:12:42 +0100 Subject: [PATCH] lib/tempest: Liberty EOL: remove the volume_services feature flag Now that Liberty is EOLed, the feature flag is not needed anymore. Change-Id: Ib82cb21edbda383d17f8cf69fedc884f2357fead Depends-On: I7073106988a79aad19c6b95bb050d2eaf00c36c0 --- lib/tempest | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tempest b/lib/tempest index 2efaebc694..5c1113130c 100644 --- a/lib/tempest +++ b/lib/tempest @@ -443,8 +443,7 @@ function configure_tempest { TEMPEST_VOLUME_MANAGE_SNAPSHOT=${TEMPEST_VOLUME_MANAGE_SNAPSHOT:-True} fi iniset $TEMPEST_CONFIG volume-feature-enabled manage_snapshot $(trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT) - # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info. - iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True + # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life. iniset $TEMPEST_CONFIG volume-feature-enabled api_v3 True local tempest_volume_min_microversion=${TEMPEST_VOLUME_MIN_MICROVERSION:-None}