Browse code

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

Jordan Pittier authored on 2016/12/29 07:12:42
Showing 1 changed files
... ...
@@ -443,8 +443,7 @@ function configure_tempest {
443 443
         TEMPEST_VOLUME_MANAGE_SNAPSHOT=${TEMPEST_VOLUME_MANAGE_SNAPSHOT:-True}
444 444
     fi
445 445
     iniset $TEMPEST_CONFIG volume-feature-enabled manage_snapshot $(trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT)
446
-    # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info.
447
-    iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True
446
+
448 447
     # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life.
449 448
     iniset $TEMPEST_CONFIG volume-feature-enabled api_v3 True
450 449
     local tempest_volume_min_microversion=${TEMPEST_VOLUME_MIN_MICROVERSION:-None}