Browse code

Merge "lib/tempest: Liberty EOL: remove the volume_services feature flag"

Jenkins authored on 2017/02/23 13:09:00
Showing 1 changed files
... ...
@@ -439,8 +439,7 @@ function configure_tempest {
439 439
         TEMPEST_VOLUME_MANAGE_SNAPSHOT=${TEMPEST_VOLUME_MANAGE_SNAPSHOT:-True}
440 440
     fi
441 441
     iniset $TEMPEST_CONFIG volume-feature-enabled manage_snapshot $(trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT)
442
-    # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info.
443
-    iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True
442
+
444 443
     # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life.
445 444
     iniset $TEMPEST_CONFIG volume-feature-enabled api_v3 True
446 445
     local tempest_volume_min_microversion=${TEMPEST_VOLUME_MIN_MICROVERSION:-None}